mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Bug fix that enabling capacitor copy file from www
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import { CapacitorConfig } from '@capacitor/cli';
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.capacitorjs.app.testapp',
|
||||
appName: 'capacitor-testapp',
|
||||
webDir: 'build',
|
||||
webDir: 'www',
|
||||
plugins: {
|
||||
SplashScreen: {
|
||||
launchAutoHide: false,
|
||||
|
||||
Reference in New Issue
Block a user