Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
projectoperations committed Nov 5, 2023
1 parent b309884 commit 26848af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .env.local.example

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"remote.WSL.fileWatcher.polling": true
"iis.configDir": ""
}
4 changes: 4 additions & 0 deletions .vscode/settings.workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"remote.WSL.fileWatcher.polling": true,
"iis.configDir": ""
}
8 changes: 8 additions & 0 deletions webServerApiSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"webServerPort": 8080,
"webSocketPort": 3000,
"FilesDirectory": "DesignTool",
"useTerminalOutputCapture": true,
"useTerminalOutputAnsiStrip": false,
"useTerminalOutputToHtml": true
}

0 comments on commit 26848af

Please sign in to comment.