pulling latest changes.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import preprocess from 'svelte-preprocess';
|
||||
import adapter from '@sveltejs/adapter-node';
|
||||
|
||||
const config = {
|
||||
preprocess: preprocess(),
|
||||
kit: {
|
||||
@@ -10,6 +9,12 @@ const config = {
|
||||
},
|
||||
floc: true,
|
||||
vite: {
|
||||
proxy: {
|
||||
'/api/v2': {
|
||||
target: 'http://localhost:3001/api/v2',
|
||||
changeOrigin: true
|
||||
}
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ['svelte-kit-cookie-session']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user