Skip to content

Commit

Permalink
Move stuff around and make it build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbranch committed Apr 13, 2020
1 parent f50f904 commit f026bdf
Show file tree
Hide file tree
Showing 95 changed files with 10,913 additions and 5,650 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.d.ts
dist/**
node_modules
node_modules
packages/publisher/output
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
packages/publisher/output
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
Loading

0 comments on commit f026bdf

Please sign in to comment.