next.js initialization

This commit is contained in:
2026-02-05 09:27:33 +05:30
parent ea1cb3e7bb
commit af0a874c55
18 changed files with 5023 additions and 1 deletions

14
biome.json Normal file
View File

@@ -0,0 +1,14 @@
{
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true
}
}