fix: use next.config.mjs to avoid typescript build dependency
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import type { NextConfig } from 'next';
|
/** @type {import('next').NextConfig} */
|
||||||
|
const nextConfig = {
|
||||||
const nextConfig: NextConfig = {
|
|
||||||
transpilePackages: ['@fiberops/shared'],
|
transpilePackages: ['@fiberops/shared'],
|
||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user