feat(POS-FIX-6): completed feature

This commit is contained in:
chattie
2026-08-24 15:40:01 +02:00
parent 3cb7325a42
commit 0dcb0f63a0
19 changed files with 687 additions and 233 deletions

View File

@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3004",
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start --port 3004",
"start": "next start --port 3001",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},