Skip to content

Commit

Permalink
Fix dev watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl committed Dec 30, 2024
1 parent 3d45095 commit a95a3a5
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 @@ -24,7 +24,7 @@
"build:app": "react-router build",
"dev:init": "run-s start:migrate kysely:seed generate:db-types",
"dev:css": "npm run generate:css -- --watch",
"dev:bot": "node --watch --watch-path='./index.dev.js' index.dev.js",
"dev:bot": "node --watch --watch-path='./app' index.dev.js",
"kysely:seed": "kysely seed:run",
"generate:css": "tailwindcss -o ./app/styles/tailwind.css",
"generate:db-types": "kysely-codegen --log-level debug --dialect sqlite --out-file ./app/db.d.ts; prettier --write ./app/db.d.ts"
Expand Down

0 comments on commit a95a3a5

Please sign in to comment.