Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: merge main
  • Loading branch information
NathanWalker committed Dec 3, 2025
commit fc93d09bdebfff3503d2b79ff7eb0fb2d681ed87
3 changes: 2 additions & 1 deletion apps/nativescript-demo-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@nativescript/android": "~9.0.0",
"@nativescript/ios": "~9.0.0",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/unit-test-runner": "4.0.0"
"@nativescript/unit-test-runner": "^4.0.0",
"@nativescript/visionos": "~9.0.0"
}
}
13 changes: 10 additions & 3 deletions apps/nativescript-demo-ng/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
"prepare": false,
"flags": "--env.commonjs"
},
"dependsOn": ["^build"]
"dependsOn": [
"^build"
]
},
"clean": {
"executor": "@nativescript/nx:clean",
Expand All @@ -52,12 +54,17 @@
},
"test": {
"executor": "@nativescript/nx:test",
"outputs": ["{workspaceRoot}/coverage/apps/nativescript-demo-ng"],
"outputs": [
"{workspaceRoot}/coverage/apps/nativescript-demo-ng"
],
"options": {
"coverage": false,
"flags": "--env.commonjs"
},
"dependsOn": [
"^build"
],
"configurations": {}
}
}
}
}
1 change: 0 additions & 1 deletion apps/nativescript-demo-ng/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
import { Trace, Utils } from '@nativescript/core';

// import { AppModule } from './app/app.module';
import { Utils } from '@nativescript/core';
import { AppComponent } from './app/app.component';
import { routes } from './app/app.routes';
import { provideZonelessChangeDetection } from '@angular/core';
Expand Down
Loading
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.