mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix(with-pkg): Rename dist
to server
(#4727)
This PR is a follow-up to 6.1 breaking #4506: Rename `dist` to `server`
This commit is contained in:
parent
71fe4984bf
commit
a1f5f35c2e
|
@ -25,7 +25,7 @@
|
||||||
".next/**/*"
|
".next/**/*"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
".next/dist/**/*.js"
|
".next/server/**/*.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue