mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 14:06:59 +00:00
output: "standalone",
This commit is contained in:
parent
cecbbe1e4e
commit
48c5d3b0f9
@ -1,5 +1,6 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
output: 'standalone',
|
||||||
eslint: {
|
eslint: {
|
||||||
// Disabling on production builds because we're running checks on PRs via GitHub Actions.
|
// Disabling on production builds because we're running checks on PRs via GitHub Actions.
|
||||||
ignoreDuringBuilds: true
|
ignoreDuringBuilds: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user