This commit is contained in:
parent
2552d305da
commit
b998e2a5ee
11 changed files with 56 additions and 25 deletions
|
@ -6,7 +6,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run build && bun src/serve.ts",
|
||||
"dev": "bun src/index.ts --dev",
|
||||
"dev": "bun run --hot src/index.ts --dev",
|
||||
"build": "bun run src/build.ts",
|
||||
"lint": "bunx biome check",
|
||||
"lint:fix": "bunx biome check --fix",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue