vite.config.js fehler behebung

This commit is contained in:
titver968
2025-03-07 11:53:13 +01:00
parent 45174a3b0e
commit 487fba7f7b

View File

@@ -10,7 +10,7 @@ export default defineConfig({
allowedHeaders: ['Content-Type'] allowedHeaders: ['Content-Type']
}, },
allowedHosts: ['tatort.innovation-hub-niedersachsen.de'] allowedHosts: ['tatort.innovation-hub-niedersachsen.de']
} },
test: { test: {
include: ['src/**/*.{test,spec}.{js,ts}'] include: ['src/**/*.{test,spec}.{js,ts}']
} }