Skip to content

Commit

Permalink
fix: oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Mar 2, 2024
1 parent 3ae6d27 commit 48d52e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"dev-start": "pnpm vite-node ./src/main.ts",
"dev": "vite-node --watch ./src/main.ts",
"build": "tsup src/main.ts --dts",
"build": "tsup src/main.ts",
"start": "cross-env NODE_ENV=production node dist/main.js",
"migration:create": "drizzle-kit generate:pg",
"migration:up": "pnpm mikro-orm migration:up",
Expand Down

0 comments on commit 48d52e3

Please sign in to comment.