Merge dev to main #1
7
next.config.mjs
Normal file
7
next.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
transpilePackages: ['@fiberops/shared'],
|
||||
output: 'standalone',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
@@ -1,3 +0,0 @@
|
||||
import type { NextConfig } from 'next';
|
||||
const nextConfig: NextConfig = { output: 'standalone' };
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user