feat: local-cpl-sim.mjs

This commit is contained in:
ISA
2025-09-04 10:54:37 +02:00
parent 57ffdecb10
commit 653a31ce63
6 changed files with 148 additions and 5 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "cpl-v4",
"version": "1.6.832",
"version": "1.6.833",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"clean": "rimraf .next out",
"build": "npm run clean && cross-env EXPORT_STATIC=true next build",
"postbuild": "copy LICENSE_ICONIFY.txt out\\LICENSE_ICONIFY.txt",
"serve:sim": "node ./scripts/local-cpl-sim.mjs",
"start": "next start",
"typecheck": "tsc --noEmit",
"check": "npm run lint && npm run typecheck",