Skip to content

Commit f20696d

Browse files
committed
add gitignore
1 parent 83538e8 commit f20696d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/dist
2+
/node_modules

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"build": "vite build && esbuild server/index.ts --platform=node --packages=external --bundle --format=esm --outdir=dist",
99
"start": "NODE_ENV=production node dist/index.js",
1010
"check": "tsc",
11-
"db:push": "drizzle-kit push",
12-
"deploy": "gh-pages -d dist/public"
11+
"db:push": "drizzle-kit push"
1312
},
1413
"dependencies": {
1514
"@hookform/resolvers": "^3.10.0",

0 commit comments

Comments
 (0)