mirror of
https://github.com/NaN72dev/kunkun-ext-string-utils.git
synced 2025-04-03 17:56:45 +00:00
ref(camel): rename entry point
This commit is contained in:
parent
6b9fc1d323
commit
d948f42c49
10
build.ts
10
build.ts
@ -1,9 +1,9 @@
|
||||
import { watch } from "fs"
|
||||
import { join } from "path"
|
||||
import { refreshTemplateWorkerCommand } from "@kksh/api/dev"
|
||||
import { $ } from "bun"
|
||||
import {watch} from "fs";
|
||||
import {join} from "path";
|
||||
import {refreshTemplateWorkerCommand} from "@kksh/api/dev";
|
||||
import {$} from "bun";
|
||||
|
||||
const entrypoints = ["./src/index.ts"]
|
||||
const entrypoints = ["./src/camel-case.ts"];
|
||||
|
||||
async function build() {
|
||||
try {
|
||||
|
@ -21,7 +21,7 @@
|
||||
"headlessCmds": [
|
||||
{
|
||||
"name": "Convert clipboard text to Camel Case",
|
||||
"main": "dist/index.js",
|
||||
"main": "dist/camel-case.js",
|
||||
"cmds": []
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user