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

Updated docs

Spelling correction
This commit is contained in:
Shridhar 2018-02-13 15:35:41 +05:30
parent d0919ddf6c
commit 397a052c7b

View File

@ -93,7 +93,7 @@ To start the app and build webpack simultaneously you can use a `Procfile`
```yml ```yml
server: nodemon server.js server: nodemon server.js
watch: node_modules/.bin/rolluo -c --watch watch: node_modules/.bin/rollup -c --watch
``` ```
You can use any procfile handler like `node-foreman` to start the processes. You can use any procfile handler like `node-foreman` to start the processes.