1
0
mirror of https://gitlab.com/Anson-Projects/spacesystemscalc.git synced 2025-06-16 06:56:42 +00:00
2022-08-22 20:18:28 -06:00

15 lines
478 B
Julia
Executable File

using Genie, Logging
Genie.Configuration.config!(
server_port = 8000,
server_host = "127.0.0.1",
log_level = Logging.Info,
log_to_file = false,
server_handle_static_files = true,
path_build = "build",
format_julia_builds = true,
format_html_output = true,
watch = true
)
ENV["JULIA_REVISE"] = "auto"