chore: add capacitor's config and settings in the root project

This commit is contained in:
Jiongxuan Zhang 2024-09-14 09:38:56 +08:00
parent 1e5e3d685f
commit c58ccd974c
2 changed files with 9 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}

6
capacitor.config.json Normal file
View file

@ -0,0 +1,6 @@
{
"webDir": "dist/browser",
"android": {
"path": "android"
}
}