2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +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: { entry: {
app: './src/main.js' app: './src/main.js'
}, },
entryHtml: './src/index.html',
srcDir: './src',
outputDir: './dist', outputDir: './dist',
assetsPublicPath: '/', assetsPublicPath: '/',
devServerPort: 8000, devServerPort: 8000,

View File

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