mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
Merge branch 'main' of https://github.com/glimpse-app/server
This commit is contained in:
commit
8c94f8a0da
1 changed files with 6 additions and 1 deletions
|
@ -13,7 +13,12 @@ nimble install jester norm checksums
|
|||
Compile and run:
|
||||
|
||||
```sh
|
||||
nimble run --verbose -d:normDebug
|
||||
nimble run --deepcopy:on
|
||||
```
|
||||
|
||||
More verbose compilation:
|
||||
```sh
|
||||
nimble run --deepcopy:on --verbose -d:normDebug --spellSuggest
|
||||
```
|
||||
|
||||
## API Endpoints
|
||||
|
|
Loading…
Add table
Reference in a new issue