wait for server

master
Steve Ayerhart 2023-09-06 16:21:20 -04:00
parent 701acc2c6f
commit 0152377a95
Signed by: steve
GPG Key ID: BB368A0698AE49B7
1 changed files with 5 additions and 0 deletions

View File

@ -47,3 +47,8 @@ TUPLE: tbl < dispatcher ;
: start-tbl-site ( -- server )
<tbl-website-server> start-server ;
: start-tbl ( -- )
start-tbl-site wait-for-server ;
MAIN: start-tbl