ajout du bind sur 0.0.0.0 pour svelte. Tout semble bien fonctionner (pour l'instant)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -187,4 +187,4 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user