mirror of
https://github.com/frappe/books.git
synced 2024-12-23 03:19:01 +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
|
||||
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.
|
||||
@ -106,4 +106,4 @@ Then
|
||||
|
||||
```
|
||||
nf start
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user