Merge develop

This commit is contained in:
Pieter Vander Vennet 2025-01-22 01:26:12 +01:00
parent c62705c1dd
commit c167094b65
12 changed files with 251 additions and 139 deletions

View file

@ -21,11 +21,21 @@ export default defineConfig({
build: {
rollupOptions: {
input,
external:[
"android"
]
},
},
base: `${ASSET_URL}`,
plugins ,
server: {
port: 1234,
watch:{
ignored: [
"**/android/**",
'**/.git/**',
'**/dist/**'
]
}
},
})