Merge dev to main #1

Open
kibin wants to merge 8 commits from dev into main
2 changed files with 7 additions and 3 deletions
Showing only changes of commit cc52551b5a - Show all commits

7
next.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
transpilePackages: ['@fiberops/shared'],
output: 'standalone',
};
export default nextConfig;

View File

@@ -1,3 +0,0 @@
import type { NextConfig } from 'next';
const nextConfig: NextConfig = { output: 'standalone' };
export default nextConfig;