Initialize a new NX project - QR campaign

This commit is contained in:
Hafid Nur
2026-02-13 20:01:51 +07:00
parent 8728d0abd7
commit c79580b4ea
18 changed files with 1137 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"name": "qrcampaign",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "apps/qrcampaign/src",
"projectType": "application",
"tags": [],
"// targets": "to see all targets run: nx show project qrcampaign --web",
"targets": {}
}