ajout du bind sur 0.0.0.0 pour svelte. Tout semble bien fonctionner (pour l'instant)

This commit is contained in:
batche
2022-11-21 17:44:41 +01:00
parent c50e97d34b
commit 6cea1369ff
4 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"start": "sirv public --no-clear --host --port 8080",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {

View File

@@ -187,4 +187,4 @@
font-weight: bold;
}
</style>
</style>