Browse Source

fix: add nestjs plugin in netlify

website
Himself65 4 years ago
parent
commit
221c7fe5d6
  1. 2
      netlify.toml
  2. 1
      package.json
  3. 859
      yarn.lock

2
netlify.toml

@ -0,0 +1,2 @@
[[plugins]]
package = "@netlify/plugin-nextjs"

1
package.json

@ -28,6 +28,7 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^16.2.3", "@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1", "@commitlint/config-conventional": "^16.2.1",
"@netlify/plugin-nextjs": "4.3.2",
"@types/node": "^16.11.27", "@types/node": "^16.11.27",
"@types/react": "^18.0.5", "@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1", "@types/react-dom": "^18.0.1",

859
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save