enzostvs HF staff commited on
Commit
4c315f5
·
1 Parent(s): 833aa12

build command

Browse files
Files changed (1) hide show
  1. 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