Merge new filemanager
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import vue from '@vitejs/plugin-vue';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
server: {
|
||||
fs: {
|
||||
// Allow serving files from one level up to the project root for monaco editor assets
|
||||
allow: ['..']
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user