feat: add landing page with nuxt

This commit is contained in:
Maulana Sodiqin
2025-04-07 19:10:29 +07:00
parent c907c696f5
commit ce115f63e4
21 changed files with 11839 additions and 509 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"name": "landing",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/landing/src",
"// targets": "to see all targets run: nx show project landing --web",
"targets": {}
}