Skip to content

Commit bf4e96d

Browse files
committed
chore(): run nx migrations
1 parent b0b559f commit bf4e96d

File tree

5 files changed

+65
-182
lines changed

5 files changed

+65
-182
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ testem.log
4141
Thumbs.db
4242

4343
# Next.js
44-
.next
44+
.next

apps/api/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
},
3333
"serve": {
34-
"executor": "@nrwl/node:node",
34+
"executor": "@nrwl/js:node",
3535
"options": {
3636
"buildTarget": "api:build"
3737
},

apps/web/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// eslint-disable-next-line @typescript-eslint/no-var-requires
2-
const withNx = require('@nrwl/next/plugins/with-nx');
2+
const { withNx } = require('@nrwl/next/plugins/with-nx');
33

44
/**
55
* @type {import('@nrwl/next/plugins/with-nx').WithNxOptions}

0 commit comments

Comments
 (0)