2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/frappe.conf.js
2018-08-18 21:12:55 +05:30

18 lines
277 B
JavaScript

module.exports = {
staticPath: './static',
distPath: './dist',
dev: {
outputDir: './dist',
assetsPublicPath: '/',
devServerPort: 8000,
env: {
PORT: process.env.PORT || 8000
}
},
node: {
paths: {
main: 'server/index.js'
}
}
}