push
This commit is contained in:
@@ -2,7 +2,15 @@ import type { NextConfig } from 'next'
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
transpilePackages: ['@innungsapp/shared'],
|
||||
output: 'standalone',
|
||||
experimental: {},
|
||||
webpack: (config, { dev }) => {
|
||||
if (dev) {
|
||||
// Avoid filesystem cache writes on very low-disk dev machines (ENOSPC).
|
||||
config.cache = false
|
||||
}
|
||||
return config
|
||||
},
|
||||
// Serve uploaded files
|
||||
async rewrites() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user