feat(F-164): completed feature
This commit is contained in:
@@ -2,6 +2,10 @@ import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
allowedDevOrigins: ['192.168.18.93', 'localhost'],
|
||||
turbopack: {
|
||||
root: __dirname,
|
||||
},
|
||||
outputFileTracingRoot: __dirname,
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user