Theme elements
This commit is contained in:
10
vite.config.js
Normal file
10
vite.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
// vite.config.js
|
||||
const {defineConfig} = require('vite');
|
||||
export default defineConfig({
|
||||
server: {
|
||||
fs: {
|
||||
// Allow serving files from one level up to the project root
|
||||
strict: false
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user