mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[GH-ISSUE #182] How can I deploy this on vercel #293
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#293
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @godstark82 on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/182
Sorry I am newbie I never used this react-router and vite packages and apps structure before I was curious how can I deploy it to test on vercel or netlify and also when runnig
pnpm buildon apps/web it is giving this errorvite v5.2.10 building for production...
✓ 0 modules transformed.
x Build failed in 16ms
TypeError: [commonjs--resolver] id.endsWith is not a function
at isWrappedId (file:///C:/projects/redevs-projects/maily.to/node_modules/.pnpm/vite@5.2.10_@types+node@22.10.7_lightningcss@1.29.2/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:7983:40)
at Object.resolveId (file:///C:/projects/redevs-projects/maily.to/node_modules/.pnpm/vite@5.2.10_@types+node@22.10.7_lightningcss@1.29.2/node_modules/vite/dist/node/chunks/dep-DkOS1hkm.js:8197:11)
at file:///C:/projects/redevs-projects/maily.to/node_modules/.pnpm/rollup@4.31.0/node_modules/rollup/dist/es/shared/node-entry.js:20940:40
at PluginDriver.hookFirstAndGetPlugin (file:///C:/projects/redevs-projects/maily.to/node_modules/.pnpm/rollup@4.31.0/node_modules/rollup/dist/es/shared/node-entry.js:20840:28)
at resolveId (file:///C:/projects/redevs-projects/maily.to/node_modules/.pnpm/rollup@4.31.0/node_modules/rollup/dist/es/shared/node-entry.js:19440:26)
at ModuleLoader.loadEntryModule (file:///C:/projects/redevs-projects/maily.to/node_modules/.pnpm/rollup@4.31.0/node_modules/rollup/dist/es/shared/node-entry.js:20235:33)
at async Promise.all (index 0) {
code: 'PLUGIN_ERROR',
plugin: 'commonjs--resolver',
hook: 'resolveId'
}
ELIFECYCLE Command failed with exit code 1.
@arikchakma commented on GitHub (Apr 9, 2025):
This is my build setup for Vercel: