Remove comments from fly.toml for cleaner configuration

This commit is contained in:
2025-07-19 16:26:01 +02:00
parent 89e1683eee
commit 3b011bc463
10 changed files with 204 additions and 155 deletions

View File

@ -9,6 +9,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.11.0"
"astro": "^5.12.0"
}
}
}