ref(camel): rename entry point

This commit is contained in:
Nan72 2025-02-14 12:14:35 +07:00
parent 6b9fc1d323
commit d948f42c49
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -21,7 +21,7 @@
"headlessCmds": [
{
"name": "Convert clipboard text to Camel Case",
"main": "dist/index.js",
"main": "dist/camel-case.js",
"cmds": []
}
]