How conciliate cargo loco start and pnpm dev #817
-
Hi, I'm using a loco new bootstrapped app that used Client (configures assets for frontend serving) pnpm dev is running Rsbuild and it wipes dist folder which is needed by cargo loco start. Error: Message("one of the static path are not found, Folder Is possible to run loco with with pnpm dev (without a dist folder) ? Regards, Geraldo Lopes de Souza |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
To run loco with pnpm dev without requiring a dist folder, you can follow these steps:
By following these steps, you should be able to run pnpm dev without the need for the dist folder, as it will be dynamically handled during development. Let me know if you need any help with any issues. |
Beta Was this translation helpful? Give feedback.
To run loco with pnpm dev without requiring a dist folder, you can follow these steps:
frontend
folder and install the dependencies:test/frontend/rsbuild.config.ts
file and ensure that the target API points to the correct loco server endpoint.