diff --git a/.vscode/launch.json b/.vscode/launch.json index 046053f4b..665dc5364 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,7 +22,7 @@ "${workspaceFolder}/src/server/Server.ts" ], "env": { - "GAME_ENV": "dev" + "GAME_ENV": "Dev" }, "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..c0c69aab9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "html.validate.scripts": false +} diff --git a/index.html b/index.html index a6e541a60..c3d96e8d2 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,11 @@ /> + + +