Skip to content

Commit

Permalink
fix: npm run serve (#126)
Browse files Browse the repository at this point in the history
Fixes #125

Co-authored-by: Peter Murphy <[email protected]>
  • Loading branch information
pete-murphy and pete-murphy authored Jan 22, 2024
1 parent 10fe093 commit ab13d62
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 @@ -8,7 +8,7 @@
"clean": "rm -rf node_modules output .spago dist/*.js *.lock .cache",
"build": "spago build",
"test": "spago test",
"serve": "spago build && esbuild --bundle index.js --servedir=dist",
"serve": "spago build && esbuild --bundle index.js --outfile=dist/index.js --servedir=dist",
"bundle": "spago build --output output-es && purs-backend-es bundle-app --main Main --minify --no-build --to dist/index.js"
},
"dependencies": {
Expand Down

0 comments on commit ab13d62

Please sign in to comment.