mirror of
https://github.com/NaN72dev/kunkun-ext-string-utils.git
synced 2025-04-11 17:29: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 {watch} from "fs";
|
||||||
import { join } from "path"
|
import {join} from "path";
|
||||||
import { refreshTemplateWorkerCommand } from "@kksh/api/dev"
|
import {refreshTemplateWorkerCommand} from "@kksh/api/dev";
|
||||||
import { $ } from "bun"
|
import {$} from "bun";
|
||||||
|
|
||||||
const entrypoints = ["./src/index.ts"]
|
const entrypoints = ["./src/camel-case.ts"];
|
||||||
|
|
||||||
async function build() {
|
async function build() {
|
||||||
try {
|
try {
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
"headlessCmds": [
|
"headlessCmds": [
|
||||||
{
|
{
|
||||||
"name": "Convert clipboard text to Camel Case",
|
"name": "Convert clipboard text to Camel Case",
|
||||||
"main": "dist/index.js",
|
"main": "dist/camel-case.js",
|
||||||
"cmds": []
|
"cmds": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user