update instructions
This commit is contained in:
parent
61d917ba7f
commit
40260ce958
|
|
@ -9,16 +9,15 @@
|
||||||
## Local Dev
|
## Local Dev
|
||||||
|
|
||||||
bun install
|
bun install
|
||||||
mkdir -p ~/nose/{bin,www}
|
|
||||||
bun dev
|
bun dev
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
Commands can return one of three types:
|
Commands can return one of three types:
|
||||||
|
|
||||||
- string
|
- `string`
|
||||||
- { error: string }
|
- `{ error: string }`
|
||||||
- { html: string }
|
- `{ html: string }`
|
||||||
|
|
||||||
They can also `throw` to display an error.
|
They can also `throw` to display an error.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user