diff --git a/package.json b/package.json index 8d1ebc5..8800154 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,16 @@ "rollup-plugin-node-resolve": "^4.2.3", "rollup-plugin-svelte": "^5.0.3", "rollup-plugin-terser": "^4.0.4", - "sirv-cli": "^0.4.0", "svelte": "^3.0.0" }, + "dependencies": { + "sirv-cli": "^0.4.4" + }, "scripts": { "build": "rollup -c", "autobuild": "rollup -c -w", "dev": "run-p start:dev autobuild", - "start": "sirv public", - "start:dev": "sirv public --dev" + "start": "sirv public --single", + "start:dev": "sirv public --single --dev" } } diff --git a/public/index.html b/public/index.html index 3d6b697..123d09d 100644 --- a/public/index.html +++ b/public/index.html @@ -6,12 +6,12 @@ Svelte app - - - + + + - + \ No newline at end of file