Skip to content

Commit

Permalink
make klighd-cli debuggable in watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed May 23, 2024
1 parent 891ca11 commit b714fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/klighd-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:app": "webpack --mode production --devtool hidden-source-map",
"build:server": "tsc -p ./tsconfig.server.json",
"watch": "run-p --print-label \"watch:*\"",
"watch:app": "webpack --watch",
"watch:app": "webpack --watch --mode development --devtool source-map",
"watch:server": "tsc -w -p ./tsconfig.server.json",
"prepackage": "cross-var replace \"@VERSION@\" $npm_package_version ./lib/version.js",
"package": "pkg -c pkg.json ./lib/klighd.js",
Expand Down

0 comments on commit b714fd8

Please sign in to comment.