Files
glitchy-engine-beef/GlitchyEditor/assets/pages/.vscode/settings.json
T
2024-10-02 18:21:57 +02:00

12 lines
448 B
JSON

{
// Mainly for static files
"liveServer.settings.useWebExt": true,
// This means that you change your real URL (current PHP url)
// to another URL (which Live Sever starts).
"liveServer.settings.proxy": {
"enable": true, // i. enabled
"baseUri": "/", // ii. workspace
"proxyUri": "http://localhost:80/workspace" // iii. actual address
}
}