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
+1 -1
View File
@@ -12,7 +12,7 @@ export default [
],
},
{
files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx'],
files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx', '**/*.vue'],
rules: {
'@nx/enforce-module-boundaries': [
'error',