We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83538e8 commit f20696dCopy full SHA for f20696d
2 files changed
.gitignore
@@ -0,0 +1,2 @@
1
+/dist
2
+/node_modules
package.json
@@ -8,8 +8,7 @@
8
"build": "vite build && esbuild server/index.ts --platform=node --packages=external --bundle --format=esm --outdir=dist",
9
"start": "NODE_ENV=production node dist/index.js",
10
"check": "tsc",
11
- "db:push": "drizzle-kit push",
12
- "deploy": "gh-pages -d dist/public"
+ "db:push": "drizzle-kit push"
13
},
14
"dependencies": {
15
"@hookform/resolvers": "^3.10.0",
0 commit comments