Files
site-libsoc/Server/bootstrap.jl
2023-06-14 21:41:54 +03:00

7 lines
135 B
Julia

(pwd() != @__DIR__) && cd(@__DIR__) # allow starting app from bin/ dir
using Server
const UserApp = Server
Server.main()
@info "here"