This commit is contained in:
Chiefsoft Works
2022-10-07 22:40:54 -04:00
parent e559b6346e
commit 5689603766
6 changed files with 804 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
import { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.automedsys.providers',
appName: 'autoMedSys Practice Manager',
webDir: 'www',
bundledWebRuntime: false
};
export default config;