mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Small fix when client is other paths like /client
This commit is contained in:
@@ -8,6 +8,7 @@ const currentRendererRoot = resolve(__dirname, '..', 'Nitro_Render_V3');
|
|||||||
const rendererRoot = existsSync(currentRendererRoot) ? currentRendererRoot : legacyRendererRoot;
|
const rendererRoot = existsSync(currentRendererRoot) ? currentRendererRoot : legacyRendererRoot;
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
base: process.env.VITE_BASE || './',
|
||||||
plugins: [ react() ],
|
plugins: [ react() ],
|
||||||
server: {
|
server: {
|
||||||
fs: {
|
fs: {
|
||||||
|
|||||||
Reference in New Issue
Block a user