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:
parent
d0919ddf6c
commit
397a052c7b
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user