added apis.Serve helper

This commit is contained in:
Gani Georgiev
2023-04-20 05:05:41 +03:00
parent 060ed8013e
commit 3358d8476b
3 changed files with 179 additions and 134 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
## (WIP) v0.15.1
## (WIP)
- Added `apis.Serve(app, options)` helper to allow starting the API server programmatically.
## v0.15.1
- Fixed `Ctrl + S` in the `editor` field not propagating the quick save shortcut to the parent form.