Spaces:
Running
Running
build command
Browse files- svelte.config.js +4 -0
svelte.config.js
CHANGED
|
@@ -12,6 +12,10 @@ const config = {
|
|
| 12 |
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
|
| 13 |
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
|
| 14 |
adapter: adapter(),
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
}
|
| 16 |
};
|
| 17 |
|
|
|
|
| 12 |
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
|
| 13 |
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
|
| 14 |
adapter: adapter(),
|
| 15 |
+
},
|
| 16 |
+
preview:{
|
| 17 |
+
port: 3000,
|
| 18 |
+
strictPort:false,
|
| 19 |
}
|
| 20 |
};
|
| 21 |
|