Add a new app: QR code generator for campaign (#75)
* Initialize a new NX project - QR campaign * Develop QR code generator app for campaign * Add deployment script Add Dockerfile, docker compose, and update Nix config for deployment * Revert package.json to fix ci * Revert package-lock.json to ensure ci (Nix build & cache) successful
This commit is contained in:
+5
-1
@@ -27,6 +27,10 @@
|
||||
"landing:build": "nx build landing",
|
||||
"landing:prod": "cd ./dist/apps/landing && npx next start",
|
||||
"landing:openapi": "npx openapi-typescript https://api.imphnen.dev/openapi.json -o ./apps/landing/src/openapi-types.ts",
|
||||
"qrcampaign:dev": "nx dev qrcampaign",
|
||||
"qrcampaign:build": "nx build qrcampaign",
|
||||
"qrcampaign:test": "nx test qrcampaign",
|
||||
"qrcampaign:prod": "serve ./dist/apps/qrcampaign",
|
||||
"ui:test": "nx test ui",
|
||||
"ui:build": "nx build ui"
|
||||
},
|
||||
@@ -94,7 +98,7 @@
|
||||
"@tailwindcss/postcss": "^4.0.13",
|
||||
"@testing-library/dom": "10.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.1.0",
|
||||
"@testing-library/react": "16.1.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/js-cookie": "^3.0.6",
|
||||
"@types/node": "^22.12.0",
|
||||
|
||||
Reference in New Issue
Block a user