You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.921 TypeError: [vite-plugin-remix-pwa:virtual-entry-sw] Could not load virtual:entry-sw (imported by node_modules/@remix-pwa/worker-runtime/dist/src/service-worker.internal.js): traverse is not a function. (In 'traverse(ast, {
#18419
Open
phpmac opened this issue
Mar 23, 2025
· 0 comments
FROM oven/bun AS base
# 设置时区
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
WORKDIR /app
COPY . .
RUN bun i
RUN bun install pm2 tsx
# 构建
RUN bun run build
# pwa
RUN bunx remix-pwa sw
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]
What version of Bun is running?
No response
What platform is your computer?
No response
What steps can reproduce the bug?
dockerfile is
vite.config.ts is
it's simple remix.run app
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: