init with some kind of working prototype
This commit is contained in:
commit
b5cb22822e
22 changed files with 1292 additions and 0 deletions
5
scripts/server
Executable file
5
scripts/server
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh -eu
|
||||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
exec uvicorn --host 0.0.0.0 unwind:web_app
|
||||
Loading…
Add table
Add a link
Reference in a new issue