firebase
This commit is contained in:
13
w12_firebase/vite.config.js
Normal file
13
w12_firebase/vite.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// vite.config.js
|
||||
const { resolve } = require('path');
|
||||
const { defineConfig } = require('vite');
|
||||
|
||||
module.exports = defineConfig({
|
||||
build: {
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, 'index.html'),
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user