mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: add capacitor's config and settings in the root project
This commit is contained in:
parent
1e5e3d685f
commit
c58ccd974c
2 changed files with 9 additions and 0 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"java.configuration.updateBuildConfiguration": "automatic"
|
||||
}
|
||||
6
capacitor.config.json
Normal file
6
capacitor.config.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"webDir": "dist/browser",
|
||||
"android": {
|
||||
"path": "android"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue