We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38892c5 commit 0c1f56fCopy full SHA for 0c1f56f
vite.config.js
@@ -6,6 +6,7 @@ export default defineConfig(({ mode }) => {
6
7
return {
8
plugins: [],
9
+ base: mode=="development"? "./" : "/three.js-visual-node-editor/",
10
server: {
11
host: '0.0.0.0',
12
port: 5173, // Replace with your desired port if needed
0 commit comments