chore(tests): update test vite conf
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
base: '.',
|
||||
server: {
|
||||
fs: {
|
||||
strict: false,
|
||||
// Allow serving files from one level up to the project root
|
||||
allow: ['..'],
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user