feat(POS-002): completed feature
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// Keep Turbopack rooted at this app. The repository also contains the
|
||||
// legacy project/frontend/package-lock.json; without an explicit root,
|
||||
// Next.js 16 may infer the wrong workspace during production builds.
|
||||
turbopack: {
|
||||
root: __dirname,
|
||||
},
|
||||
outputFileTracingRoot: __dirname,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
||||
Reference in New Issue
Block a user