live reload with vue and react

This commit is contained in:
Liam DeBeasi
2023-12-18 20:12:21 -05:00
parent 2980a37463
commit 05a535433c
10 changed files with 4715 additions and 56403 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,8 +16,8 @@
"sync": "sh ./scripts/sync.sh"
},
"dependencies": {
"@ionic/vue": "^6.0.12",
"@ionic/vue-router": "^6.0.12",
"@ionic/vue": "workspace:*",
"@ionic/vue-router": "workspace:*",
"ionicons": "^6.0.4",
"vue": "^3.2.31",
"vue-router": "^4.0.14"

View File

@ -20,5 +20,8 @@ export default defineConfig({
// Preview applies to "vite preview" command
preview: {
port: 8080
},
optimizeDeps: {
exclude: ['@ionic/vue', '@ionic/vue-router']
}
})