Update Rakefile.rb

This commit is contained in:
0x1eef 2024-05-25 00:22:12 -03:00
parent d5e766656f
commit c234873725

View file

@ -16,7 +16,7 @@ load "rake/tasks/nanoc.rake"
load "rake/tasks/t.rake"
load "rake/tasks/ci.rake"
desc "Serve the website on localhost"
desc "Start HTTP server"
task :server, [:protocol] do |_t, args|
require "server"
nanoc = Ryo.from(YAML.load_file("./nanoc.yaml"))