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;
|
||||
|
||||
export default defineConfig({
|
||||
base: process.env.VITE_BASE || './',
|
||||
plugins: [ react() ],
|
||||
server: {
|
||||
fs: {
|
||||
|
||||
Reference in New Issue
Block a user