Finished rudimentary filesystem implementation for Terminal

This commit is contained in:
danielyxie
2019-04-09 23:07:12 -07:00
parent 3241945452
commit 3ce2e83dd8
15 changed files with 1232 additions and 690 deletions

View File

@@ -126,6 +126,7 @@ module.exports = (env, argv) => {
}
},
devServer: {
port: 8000,
publicPath: `/`,
},
resolve: {