Skip to content

Commit

Permalink
fix : fix the nuxt3 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 22, 2024
1 parent 46dbbf3 commit 3ffd688
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ chmod -R +x /home/sealos/project/entrypoint.sh
USER sealos
RUN cd /home/sealos/project && \
npm config seinstat fetch-retry-maxtimeout 4000000 && \
npm install && \
pnpm run build
npm install

USER root
RUN mkdir /home/sealos/.sealos
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion configs/name.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django=django
express.js=express.js
hexo=hexo
vert.x=vert.x
nuxt=nuxt
nuxt3=nuxt3
vitepress=VitePress
laravel=laravel
hugo=hugo
Expand Down
2 changes: 1 addition & 1 deletion configs/port.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django=8000
express.js=3000
hexo=4000
vert.x=8888
nuxt=3000
nuxt3=3000
vitepress=5173
laravel=8000
hugo=1313
Expand Down

0 comments on commit 3ffd688

Please sign in to comment.