UNPKG

grind-http

Version:
11 lines (8 loc) 278 B
import { Command, AbortError } from 'grind-cli' export class WatchCommand extends Command { name = 'watch' description = 'Start the HTTP server and monitors for changes' run() { throw new AbortError('You should not be seeing this, please check your Grind project.') } }