diff options
author | mms <git@sapka.me> | 2024-12-27 00:35:51 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-12-27 00:35:51 +0100 |
commit | 447231ad3947d3a83e76cd90d870e2f7b7428f76 (patch) | |
tree | 821fd728e4a98c7f1d94dcb0c5b9045a512e4498 /new/splash/bin/server.rb | |
parent | d3316d0b042ffa550ff56ed4e691c80003dd1414 (diff) |
feat(new): pretty
Diffstat (limited to 'new/splash/bin/server.rb')
-rwxr-xr-x | new/splash/bin/server.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new/splash/bin/server.rb b/new/splash/bin/server.rb index d932b53..9da053a 100755 --- a/new/splash/bin/server.rb +++ b/new/splash/bin/server.rb @@ -6,5 +6,5 @@ require_relative "../../bin/server.rb" server_class = Crys::Splash::Server root = File.dirname(File.dirname(__FILE__)) + "/output" -Crys::ServerRunner.new(root: root, server_class: server_class).serve +Crys::ServerRunner.new(root: root, server_class: server_class, section: "Splash Page").serve |