1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 12:48:27 +00:00

Fix non-root basepaths, closes #273

This commit is contained in:
James Hillyerd
2022-05-22 21:34:44 -07:00
parent f39395bd7f
commit 9aaca449f8
4 changed files with 7 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"license": "MIT",
"private": true,
"scripts": {
"build": "parcel build",
"build": "parcel build --public-url ./",
"start": "parcel --hmr-port 1235 src/index-dev.html",
"clean": "rm -rf .parcel-cache dist elm-stuff"
},