Bootstrap test

This commit is contained in:
Simon Lübeß
2024-10-02 18:21:57 +02:00
parent 21ddf69d5f
commit 4f45da02bf
86 changed files with 77957 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
// 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
}
}