Skip to content

Commit

Permalink
precompile script
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Jan 9, 2024
1 parent 8b8258a commit 82fc717
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
GenieFramework = "a59fdf5c-6bf0-4f5d-949c-a137c9e2f353"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
Expand Down
6 changes: 6 additions & 0 deletions precompile.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

using GenieFramework
using HTTP
include("app.jl")
up(async=true)
HTTP.get("http://localhost:8000/");

0 comments on commit 82fc717

Please sign in to comment.