2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

Update frappe and conf

This commit is contained in:
Faris Ansari 2018-10-15 17:35:54 +05:30
parent 5dbdbfb77a
commit 83468a5060
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ module.exports = {
entry: {
app: './src/main.js'
},
entryHtml: './src/index.html',
srcDir: './src',
outputDir: './dist',
assetsPublicPath: '/',
devServerPort: 8000,

View File

@ -17,6 +17,6 @@
"start": "frappe start"
},
"dependencies": {
"frappejs": "^0.0.9"
"frappejs": "^0.0.10"
}
}