Initial commit

This commit is contained in:
2024-12-28 09:01:18 +09:00
commit 8b6d876c10
9 changed files with 506 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable"
}