Files
2026-06-09 17:36:46 +02:00

15 lines
287 B
JSON

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