#!/bin/sh
set -eu

exec wrangler types --include-env=false "$@"
