Files

7 lines
101 B
JavaScript
Raw Permalink Normal View History

2021-01-26 11:47:04 -06:00
module.exports = {
2021-02-03 20:55:45 -06:00
publicPath: "./",
devServer: {
host: 'localhost'
}
2021-01-26 11:47:04 -06:00
};