Skip to content

Commit

Permalink
ADD browsersync configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
iuwqyir committed Aug 10, 2019
1 parent d81dd96 commit 3f90d52
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bs-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"server": {
"baseDir": [
"./src",
"./build/contracts"
],
"routes": {
"/vendor": "./node_modules"
}
}
}

0 comments on commit 3f90d52

Please sign in to comment.