#!/usr/bin/env bash

npx http-server@latest "$(dirname $(realpath -- "$0"))/../dist/webapp/" -o "$@"
