diff --git a/website/Taskfile.yml b/website/Taskfile.yml index df80b186..d2e5d973 100644 --- a/website/Taskfile.yml +++ b/website/Taskfile.yml @@ -39,7 +39,7 @@ tasks: HOST: '{{default "localhost" .HOST}}' PORT: '{{default "3001" .PORT}}' cmds: - - pnpm preview --host={{.HOST}} --port={{.PORT}} + - pnpm preview --host={{.HOST}} --port={{.PORT}} clean: desc: Clean temp directories