dev script fix

This commit is contained in:
mo
2026-02-19 15:31:13 +01:00
parent 43a7ee75a2
commit 0cb5a02b28
2 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@
"private": true,
"scripts": {
"build": "tsdown",
"dev:prod": "NODE_ENV=production tsdown --watch & node --watch ./dist/index.js",
"dev": "NODE_ENV=development tsdown --watch & node --watch ./dist/index.js"
"dev:prod": "tsdown --watch & NODE_ENV=production node --watch ./dist/index.js",
"dev": "tsdown --watch & NODE_ENV=development node --watch ./dist/index.js"
},
"devDependencies": {
"@types/bun": "latest",