site-libsoc/Server/bootstrap.jl

7 lines
135 B
Julia
Raw Permalink Normal View History

2023-06-15 01:41:54 +07:00
(pwd() != @__DIR__) && cd(@__DIR__) # allow starting app from bin/ dir
using Server
const UserApp = Server
Server.main()
@info "here"