mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
fix(build): prepare frontend workspace outputs
- Build GUI and web frontend workspace dependencies before Vite starts - Use relative GUI asset paths for Tauri packaged resources - Refresh caniuse-lite to remove stale Browserslist warnings
This commit is contained in:
@@ -33,6 +33,7 @@ const host = process.env.TAURI_DEV_HOST
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig(async () => ({
|
||||
base: './',
|
||||
resolve: {
|
||||
alias: {
|
||||
'~/': `${path.resolve(__dirname, 'src')}/`,
|
||||
|
||||
Reference in New Issue
Block a user