dev script fix
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user