meta,web: add live server workspace config

This commit is contained in:
Mark Joshwel 2025-01-31 06:50:26 +08:00
parent de1e5b98a6
commit 33be34a9d5

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"liveServer.settings.root": "/Web/public"
}