Skip to content

V4 Dev Server without reinstalling dependencies #1797

Discussion options

You must be logged in to vote

I found a solution:

RUN pnpm add lowdefy@4

RUN pnpm add @lowdefy/server-dev@4

RUN mkdir -p .lowdefy/dev

RUN mv node_modules/@lowdefy/server-dev/* .lowdefy/dev

RUN cd .lowdefy/dev && pnpm install --no-frozen-lockfile

CMD pnpm exec lowdefy dev --watch /mymount

This is not very elegant, but simpler variants did not work.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@gramian
Comment options

@gramian
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by gramian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants