|
|
@ -2,5 +2,8 @@ import { sveltekit } from '@sveltejs/kit/vite';
|
|
|
|
import { defineConfig } from 'vite';
|
|
|
|
import { defineConfig } from 'vite';
|
|
|
|
|
|
|
|
|
|
|
|
export default defineConfig({
|
|
|
|
export default defineConfig({
|
|
|
|
plugins: [sveltekit()]
|
|
|
|
plugins: [sveltekit()],
|
|
|
|
|
|
|
|
server: {
|
|
|
|
|
|
|
|
cors: true,
|
|
|
|
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|