Files
crawlab/frontend/vue.config.js

11 lines
214 B
Go

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