Files
crawlab/frontend/vue.config.js
2021-07-21 16:39:40 +08:00

11 lines
215 B
Go

module.exports = {
pages: {
index: {
entry: 'src/main.ts',
template: 'public/index.html',
filename: 'index.html',
title: 'Crawlab | Distributed Web Crawler Admin Platform',
}
}
}