vite.config.js
This commit is contained in:
@@ -3,6 +3,14 @@ import { defineConfig } from 'vitest/config';
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [sveltekit()],
|
plugins: [sveltekit()],
|
||||||
|
server: {
|
||||||
|
cors: {
|
||||||
|
origin: ['https://tatort.innovation-hub-niedersachsen.de', 'http://localhost:4173'],
|
||||||
|
methods: ['GET', 'POST'],
|
||||||
|
allowedHeaders: ['Content-Type']
|
||||||
|
},
|
||||||
|
allowedHosts: ['tatort.innovation-hub-niedersachsen.de']
|
||||||
|
}
|
||||||
test: {
|
test: {
|
||||||
include: ['src/**/*.{test,spec}.{js,ts}']
|
include: ['src/**/*.{test,spec}.{js,ts}']
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user