Vincent St. Louis
Vincent St. Louis
Running into this same issue.... Yes I am authenticated via basic auth and GET works fine. I cant update a user
Hey! Great work here. Just wondering what work is left to get v8 support and maybe offer assistance to move this along. Thanks!
Try this in your vite.config.ts @guillempuche ```ts const monorepoRoot = path.resolve(__dirname, "..", ".."); const tamaguiConfigPath = path.resolve( monorepoRoot, "PUT_THE_PATH_HERE/app/theme/tamagui.config.ts", ); // and in your plugin 👇🏿 tamaguiPlugin({ config: tamaguiConfigPath, .....
Have you considered [Standard Schema](standardschema.dev)?