folder manager:

Deskripsi:
- pengaturan folder

No Issues
This commit is contained in:
amel
2024-07-03 10:33:47 +08:00
parent ff7751c9af
commit e26d6b29b7
18 changed files with 106 additions and 330 deletions

View File

@@ -21,6 +21,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/api/.gitkeep"],
"exclude": ["node_modules"]
}