Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 21, 2023
1 parent 9a448e9 commit ce62b0b
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 @@ -34,7 +34,7 @@
"build": "shadow-cljs -A:demo release demo livedoc",
"test": "shadow-cljs -A:dev release ci-test && node out/node-tests.js",
"watch2": "git ls-files | entr yarn test",
"vite:dev": "vite --debug hmr --open -l info --config vite.config.js public/squint",
"vite:dev": "vite --open -l info --config vite.config.js public/squint",
"vite:build": "yarn vite build --config vite.config.js public/squint"
},
"devDependencies": {
Expand Down

0 comments on commit ce62b0b

Please sign in to comment.