We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d21c3a commit 7341f73Copy full SHA for 7341f73
server/.gitignore
@@ -2,7 +2,6 @@ node_modules
2
3
# WARNING: DELETE THIS IF YOU FIND THIS
4
.env
5
-
6
.env.dev
7
-# deprecated, delete /dist and if you have one
+
8
/target
server/package.json
@@ -9,8 +9,7 @@
9
"check": "tsc",
10
"clean": "rm target -r || true",
11
"build": "bun clean && bun check && bun run :build",
12
- ":build": "bun build ./src/index.ts --target bun --outfile target/index.js --minify",
13
- "serve": "bun run ./a.js"
+ ":build": "bun build ./src/index.ts --target bun --outfile target/index.js --minify"
14
},
15
"prisma": {
16
"seed": "bun src/seeds/seed-test.ts"
0 commit comments