first draft

This commit is contained in:
2026-06-09 17:36:46 +02:00
parent 6c385aebe4
commit 9df03fba90
46 changed files with 29915 additions and 498 deletions

15
serve.json Normal file
View File

@@ -0,0 +1,15 @@
{
"public": "dist/phx-frontend-plugin-demo/browser",
"headers": [
{
"source": "**/*.{js,mjs}",
"headers": [
{
"key": "Cache-Control",
"value": "no-store, no-cache, must-revalidate"
}
]
}
]
}