devcontainer and various tweaks

This commit is contained in:
2026-02-10 21:12:26 -03:00
parent 9d1d1ae96b
commit 9f052d9232
8 changed files with 829 additions and 12 deletions

13
html/serve.json Normal file
View File

@@ -0,0 +1,13 @@
{
"headers": [
{
"source": "**",
"headers": [
{
"key": "Cache-Control",
"value": "no-store, no-cache, must-revalidate"
}
]
}
]
}