Update
This commit is contained in:
7
Server/bootstrap.jl
Normal file
7
Server/bootstrap.jl
Normal file
@@ -0,0 +1,7 @@
|
||||
(pwd() != @__DIR__) && cd(@__DIR__) # allow starting app from bin/ dir
|
||||
|
||||
using Server
|
||||
const UserApp = Server
|
||||
Server.main()
|
||||
|
||||
@info "here"
|
Reference in New Issue
Block a user