Replies: 2 comments
-
@james0r Hi, is there any updates? I tried to change the preset in my ...
import {vercelPreset} from '@vercel/remix/vite';
export default defineConfig({
plugins: [
tailwindcss(),
hydrogen(),
oxygen(),
remix({
presets: [vercelPreset()],
future: {
v3_fetcherPersist: true,
v3_relativeSplatPath: true,
v3_throwAbortReason: true,
},
}),
tsconfigPaths(),
],
},
}); Now the deployment process completes without errors, but vercel does not detect functions and the application crashes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you guys have any luck with Hydrogen Vite and Vercel? I somehow got past the NB: I am using it in a monorepo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone having any luck with this?
I'm getting
Beta Was this translation helpful? Give feedback.
All reactions