generated from tailored/router-template
add server
This commit is contained in:
parent
0b6b2fe730
commit
75f1d75cae
@ -15,6 +15,7 @@
|
||||
"scripts": {
|
||||
"dev": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 bun --watch src/dev.ts ",
|
||||
"worker": "bun --watch src/task/worker.ts",
|
||||
"worker:server": "bun src/task/worker.ts",
|
||||
"build": "rimraf dist && bun run bun.config.mjs",
|
||||
"test": "tsx test/**/*.ts",
|
||||
"clean": "rm -rf dist",
|
||||
|
Loading…
x
Reference in New Issue
Block a user