dev script fix
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsdown",
|
"build": "tsdown",
|
||||||
"dev:prod": "NODE_ENV=production tsdown --watch & node --watch ./dist/index.js",
|
"dev:prod": "tsdown --watch & NODE_ENV=production node --watch ./dist/index.js",
|
||||||
"dev": "NODE_ENV=development tsdown --watch & node --watch ./dist/index.js"
|
"dev": "tsdown --watch & NODE_ENV=development node --watch ./dist/index.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsdown",
|
"build": "tsdown",
|
||||||
"dev:prod": "NODE_ENV=production tsdown --watch & node --watch ./dist/index.js",
|
"dev:prod": "tsdown --watch & NODE_ENV=production node --watch ./dist/index.js",
|
||||||
"dev": "NODE_ENV=development tsdown --watch & node --watch ./dist/index.js"
|
"dev": "tsdown --watch & NODE_ENV=development node --watch ./dist/index.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "latest",
|
"@types/bun": "latest",
|
||||||
|
|||||||
Reference in New Issue
Block a user