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