mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-05 00:36:18 +00:00
Finished initializing client project
This commit is contained in:
@@ -6,21 +6,14 @@ import vueDevTools from 'vite-plugin-vue-devtools'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
base: "/static/client/dist",
|
||||
plugins: [
|
||||
vue(),
|
||||
vueDevTools(),
|
||||
{
|
||||
name: 'rename',
|
||||
enforce: 'post',
|
||||
generateBundle(options, bundle) {
|
||||
bundle['index.html'].fileName = bundle['index.html'].fileName.replace('index.html', 'client.html')
|
||||
}
|
||||
}
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
},
|
||||
}
|
||||
},
|
||||
base: '/static/client/dist'
|
||||
})
|
||||
|
Reference in New Issue
Block a user