feat(POS-002): completed feature

This commit is contained in:
chattie
2026-08-21 21:55:43 +02:00
parent c68cb25ed6
commit 0a1d32ecc3
33 changed files with 1169 additions and 107 deletions

View File

@@ -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: [