Bravi

Results 2 issues of Bravi

I found a strange issue when using SolidJS with this template. ```bash git clone npm install npx astro add solid npm run build ``` results in: ```bash 23:41:00 λ src/pages/posts/[slug]/index.png.ts...

This PR re-enables code that was previously commented out. Without this code, `form.defaults()` call (after using `useForm`, only works when passing no arguments.