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
I tried setting the base path for opening the app (Base path for open the app) to /work/app but that didn't work as it still thinks that it should start in /work instead of /work/app
I tried changing the setting "Vite: Dev Command" to cd /work/app && npm run dev. It now does something but now it shows the following error:
[vite] Internal server error: Failed to resolve entry for package "/work/app". The package may have incorrect main/module/exports specified in its package.json.
However, running npm run dev in directory /work/app works just fine.
Note that the VS Code workspace is the root of the local clone. That directory is /work.
I've run out of ideas what else to try. Any and all suggestions would be very much appreciated!
The text was updated successfully, but these errors were encountered:
My repository root is at location /work
The app using Vite is at /work/app
I tried setting the base path for opening the app (
Base path for open the app
) to /work/app but that didn't work as it still thinks that it should start in /work instead of /work/appI tried changing the setting "Vite: Dev Command" to
cd /work/app && npm run dev
. It now does something but now it shows the following error:However, running
npm run dev
in directory/work/app
works just fine.Note that the VS Code workspace is the root of the local clone. That directory is
/work
.I've run out of ideas what else to try. Any and all suggestions would be very much appreciated!
The text was updated successfully, but these errors were encountered: