add build and start scripts to package.json
This commit is contained in:
parent
5207f5d431
commit
4ce60e2cc9
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@
|
||||||
"version": "1.0.50",
|
"version": "1.0.50",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"dev": "bun run --watch src/index.ts"
|
"dev": "bun run --watch src/index.ts",
|
||||||
|
"build": "bun build --compile --minify-whitespace --minify-syntax --outfile server src/index.ts",
|
||||||
|
"start": "./server"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.1030.0",
|
"@aws-sdk/client-s3": "^3.1030.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue