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
Hi I wondering that , is it possible to run SPA in the subpath like /app :
/app => SPA
/api => API
/* : public assets or SSR
I tried this config but some weird error in dev mode ( the index root is using spa index.html ) and build mode ( not found './routes' in spa building )
Hi I wondering that , is it possible to run SPA in the subpath like
/app
:/app
=> SPA/api
=> API/*
: public assets or SSRI tried this config but some weird error in dev mode ( the index root is using spa index.html ) and build mode ( not found './routes' in spa building )
Below is my file tree structure:
The text was updated successfully, but these errors were encountered: