forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
parent
c62705c1dd
commit
c167094b65
12 changed files with 251 additions and 139 deletions
|
@ -21,11 +21,21 @@ export default defineConfig({
|
|||
build: {
|
||||
rollupOptions: {
|
||||
input,
|
||||
external:[
|
||||
"android"
|
||||
]
|
||||
},
|
||||
},
|
||||
base: `${ASSET_URL}`,
|
||||
plugins ,
|
||||
server: {
|
||||
port: 1234,
|
||||
watch:{
|
||||
ignored: [
|
||||
"**/android/**",
|
||||
'**/.git/**',
|
||||
'**/dist/**'
|
||||
]
|
||||
}
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue