diff options
Diffstat (limited to 'webapp/bs-config.json')
-rw-r--r-- | webapp/bs-config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webapp/bs-config.json b/webapp/bs-config.json new file mode 100644 index 0000000..0041c6d --- /dev/null +++ b/webapp/bs-config.json @@ -0,0 +1,9 @@ +{ + "port": 8000, + "files": [ + "dist/**/*.{html,htm,css,js}" + ], + "server": { + "baseDir": "dist" + } +}
\ No newline at end of file |