student table optimization adn docker testing
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
import path from 'path';
|
||||
|
||||
const __dirname = path.resolve();
|
||||
|
||||
const nextConfig = {
|
||||
transpilePackages: ['@workspace/ui', '@workspace/db'],
|
||||
output: 'standalone',
|
||||
outputFileTracingRoot: path.join(__dirname, '../../'),
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user