Skip to content

Commit

Permalink
add a server
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0stbyteR committed Sep 11, 2021
1 parent e9d12f7 commit d9d5b68
Show file tree
Hide file tree
Showing 5 changed files with 536 additions and 3 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist
node_modules
local
server
webpack.config.js
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost/jspatcher/dist/",
"url": "http://localhost:18000",
"webRoot": "${workspaceFolder}"
}
]
Expand Down
Loading

0 comments on commit d9d5b68

Please sign in to comment.