chore(ios): allow debugging webcontent (#8998)

This commit is contained in:
CatsJuice
2024-12-03 09:31:25 +00:00
parent 0c718921a0
commit 8ef5804af3
@@ -7,6 +7,7 @@ const config: CapacitorConfig = {
webDir: 'dist', webDir: 'dist',
ios: { ios: {
path: '.', path: '.',
webContentsDebuggingEnabled: true,
}, },
server: { server: {
// url: 'http://localhost:8080', // url: 'http://localhost:8080',