Mark Connelly

Results 4 comments of Mark Connelly

@jorgegorka thanks for the comment :) I am still not sure why it is changing the path to `/404.html` though. Perhaps something to do with Vite. Or an issue with...

```sql BEGIN; ALTER POLICY "Enable read access for all users" ON "public"."smoothies" TO public; COMMIT; ``` Missing the `USING (true)` block?

For me, it VSCode auto-imported `import { build } from 'vite';` which broke my app. You should probably look-out for any imports from vite in your app if you get...

Annoying auto-imports seem to happen all the time. Not sure how to improve that.