Skip to content

Commit f8317f8

Browse files
committed
Fix in initial configurations
1 parent 5c31dda commit f8317f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"type": "nativescript",
8787
"platform": "ios",
8888
"request": "launch",
89-
"webRoot": ".",
89+
"appRoot": ".",
9090
"sourceMaps": true,
9191
"diagnosticLogging": false,
9292
"stopOnEntry": true,
@@ -97,7 +97,7 @@
9797
"type": "nativescript",
9898
"platform": "ios",
9999
"request": "attach",
100-
"webRoot": ".",
100+
"appRoot": ".",
101101
"sourceMaps": true,
102102
"diagnosticLogging": false,
103103
"emulator": false

0 commit comments

Comments
 (0)