Skip to content

Commit

Permalink
updated precompile script
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Feb 5, 2024
1 parent 40f3ee0 commit f7ee922
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions precompile.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

using GenieFramework
using HTTP
Genie.loadapp()
up(async=true)
HTTP.get("http://localhost:8000/");
include("lib/NodeUtils.jl")
include("lib/Delhi.jl")
include("lib/utils.jl")
#= using HTTP =#
#= Genie.loadapp() =#
#= up(async=true) =#
#= HTTP.get("http://localhost:8000/"); =#

0 comments on commit f7ee922

Please sign in to comment.