This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Expand file tree Collapse file tree 7 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ module.exports = env => {
37
37
const {
38
38
// The 'appPath' and 'appResourcesPath' values are fetched from
39
39
// the nsconfig.json configuration file
40
- // when bundling with `tns run android|ios --bundle`.
41
40
appPath = "src" ,
42
41
appResourcesPath = "App_Resources" ,
43
42
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ module.exports = env => {
32
32
const {
33
33
// The 'appPath' and 'appResourcesPath' values are fetched from
34
34
// the nsconfig.json configuration file
35
- // when bundling with `tns run android|ios --bundle`.
36
35
appPath = "app" ,
37
36
appResourcesPath = "app/App_Resources" ,
38
37
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ module.exports = env => {
33
33
const {
34
34
// The 'appPath' and 'appResourcesPath' values are fetched from
35
35
// the nsconfig.json configuration file
36
- // when bundling with `tns run android|ios --bundle`.
37
36
appPath = "app" ,
38
37
appResourcesPath = "app/App_Resources" ,
39
38
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ module.exports = env => {
36
36
const {
37
37
// The 'appPath' and 'appResourcesPath' values are fetched from
38
38
// the nsconfig.json configuration file
39
- // when bundling with `tns run android|ios --bundle`.
40
39
appPath = "src" ,
41
40
appResourcesPath = "App_Resources" ,
42
41
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ module.exports = env => {
31
31
const {
32
32
// The 'appPath' and 'appResourcesPath' values are fetched from
33
33
// the nsconfig.json configuration file
34
- // when bundling with `tns run android|ios --bundle`.
35
34
appPath = "app" ,
36
35
appResourcesPath = "app/App_Resources" ,
37
36
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ module.exports = env => {
32
32
const {
33
33
// The 'appPath' and 'appResourcesPath' values are fetched from
34
34
// the nsconfig.json configuration file
35
- // when bundling with `tns run android|ios --bundle`.
36
35
appPath = "app" ,
37
36
appResourcesPath = "app/App_Resources" ,
38
37
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ module.exports = env => {
35
35
const {
36
36
// The 'appPath' and 'appResourcesPath' values are fetched from
37
37
// the nsconfig.json configuration file
38
- // when bundling with `tns run android|ios --bundle`.
39
38
appPath = "app" ,
40
39
appResourcesPath = "app/App_Resources" ,
41
40
You can’t perform that action at this time.
0 commit comments