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