Skip to content

Commit

Permalink
feat(nuxt): nodes for build, serve, test targets (#20145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini committed Nov 30, 2023
1 parent 2d529b1 commit 468de36
Show file tree
Hide file tree
Showing 36 changed files with 785 additions and 687 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
"@nestjs/schematics": "^9.1.0",
"@nestjs/swagger": "^6.0.0",
"@nestjs/testing": "^9.0.0",
"@nuxt/kit": "^3.8.1",
"@ngrx/effects": "~17.0.0",
"@ngrx/router-store": "~17.0.0",
"@ngrx/store": "~17.0.0",
"@nuxt/kit": "^3.8.1",
"@nuxt/schema": "^3.8.1",
"@nx/angular": "17.1.1",
"@nx/cypress": "17.1.1",
Expand Down Expand Up @@ -229,7 +229,7 @@
"ng-packagr": "~17.0.0",
"node-fetch": "^2.6.7",
"npm-package-arg": "11.0.1",
"nuxi": "npm:nuxi-nightly@3.9.2-1699007958.251cab5",
"nuxi": "^3.10.0",
"nx": "17.1.1",
"octokit": "^2.0.14",
"open": "^8.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript",
"@nx/cypress",
"@nx/playwright",
"nuxi"
"@nx/vite"
]
}
]
Expand Down
14 changes: 0 additions & 14 deletions packages/nuxt/executors.json

This file was deleted.

3 changes: 1 addition & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@
"migrations": "./migrations.json"
},
"dependencies": {
"nuxi": "npm:nuxi-nightly@3.9.2-1699007958.251cab5",
"nuxi": "^3.10.0",
"tslib": "^2.3.0",
"@nuxt/kit": "^3.8.1",
"@nuxt/schema": "^3.8.1",
"@nx/devkit": "file:../devkit",
"@nx/js": "file:../js",
"@nx/eslint": "file:../eslint",
Expand Down
1 change: 1 addition & 0 deletions packages/nuxt/plugin.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { createNodes, NuxtPluginOptions } from './src/plugins/plugin';
3 changes: 2 additions & 1 deletion packages/nuxt/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"main": "packages/nuxt/index.ts",
"generateExportsField": true,
"additionalEntryPoints": [
"{projectRoot}/{executors,generators,migrations}.json"
"{projectRoot}/{executors,generators,migrations}.json",
"{projectRoot}/plugin.ts"
],
"assets": [
{
Expand Down
40 changes: 0 additions & 40 deletions packages/nuxt/src/executors/build/build.impl.ts

This file was deleted.

4 changes: 0 additions & 4 deletions packages/nuxt/src/executors/build/compat.ts

This file was deleted.

6 changes: 0 additions & 6 deletions packages/nuxt/src/executors/build/schema.d.ts

This file was deleted.

36 changes: 0 additions & 36 deletions packages/nuxt/src/executors/build/schema.json

This file was deleted.

4 changes: 0 additions & 4 deletions packages/nuxt/src/executors/serve/compat.ts

This file was deleted.

8 changes: 0 additions & 8 deletions packages/nuxt/src/executors/serve/schema.d.ts

This file was deleted.

50 changes: 0 additions & 50 deletions packages/nuxt/src/executors/serve/schema.json

This file was deleted.

104 changes: 0 additions & 104 deletions packages/nuxt/src/executors/serve/serve.impl.ts

This file was deleted.

1 comment on commit 468de36

@vercel
Copy link

@vercel vercel bot commented on 468de36 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.