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:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user