This repository has been archived on 2021-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
perktree/frontend/vue.config.js

14 lines
238 B
JavaScript

/*
* vue.config.js
* Copyright (C) 2019 pavle <pavle.portic@tilda.center>
*
* Distributed under terms of the BSD-3-Clause license.
*/
module.exports = {
devServer: {
disableHostCheck: true,
public: 'perktree.localhost',
},
};