Add wrangler assets config

This commit is contained in:
Calum Muir 2025-12-21 13:20:48 +00:00
parent 6b3168cb1d
commit f9b74a4a98

7
wrangler.jsonc Normal file
View file

@ -0,0 +1,7 @@
{
"name": "rda-2026",
"compatibility_date": "2025-12-21",
"assets": {
"directory": "./dist/public"
}
}