diff --git a/package.json b/package.json index 3d1699a..4bf3784 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "UNLICENCED", "scripts": { "start": "concurrently \"npm run watch-js\" \"npm run watch-php\"", - "watch-js": "parcel watch index.html", + "watch-js": "parcel watch index.html --public-url ./", "watch-php": "cpx src/php/**/* dist -v -w", "bundle": "parcel build index.html && cpx src/php/**/* dist", "serve-frontend-only": "parcel index.html",