mentasuave01
mentasuave01
Thanks, @Jimbo Jeff needs to update this
I deleted node_modules, dist and functions. After that: pnpm i, pnpm build and cloudflare command. Same issue. I have these messages at build: ```bh > solid-start build solid-start build version...
looks like an issue with one of the dependencies, I will close this and try to get support on the package site
My original message got cut, sorry for the inconvenience. clipboard command failed.
```typescript export function MyComponent() { const [_, { Form }] = createRouteAction(async (formData: FormData) => { await new Promise((resolve, reject) => setTimeout(resolve, 1000)); const username = formData.get("username"); if (username ===...
I update a enviroment for development with the last version of node and bun in it. https://github.com/mentasuave01/devcontainer-bun Also it's based on the new compouser.yaml format as js-default