Biome upgrades, theme upgrades, lots of daisy changes

This commit is contained in:
2025-07-05 12:29:48 +01:00
parent 95f317fd75
commit 89875a9341
29 changed files with 746 additions and 584 deletions

13
.vscode/settings.json vendored
View File

@@ -1,6 +1,9 @@
{
"editor.tabSize": 2,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///workspace/next-portfolio/.gitea/workflows/deploy.yaml"
},
}
"editor.tabSize": 2,
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": "file:///workspace/next-portfolio/.gitea/workflows/deploy.yaml"
},
"biome.lsp": {
"configurationPath": "./frontend/biome.json"
}
}