feat(POS-FIX-6): completed feature
This commit is contained in:
@@ -5,7 +5,7 @@ import type { NextConfig } from 'next';
|
||||
const frontendRoot = dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
allowedDevOrigins: ['192.168.18.93'],
|
||||
allowedDevOrigins: ['192.168.18.93', 'localhost', '127.0.0.1', 'shop-mv.rikrdo.com'],
|
||||
turbopack: {
|
||||
root: frontendRoot,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user