Additional changes needed to run

This commit is contained in:
Nathan Byrd
2023-08-27 19:04:17 -05:00
parent 82c05c6e69
commit 8a6506c475
5 changed files with 41 additions and 4 deletions

6
.vscode/launch.json vendored
View File

@@ -4,6 +4,12 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Browse local Documentation - Chrome",
"request": "attach",
"type": "chrome",
"url": "http://localhost:4000/enigma-bbs/"
},
{
"type": "node",
"request": "launch",