docs: improve docs a bit more

This commit is contained in:
Andy Burke 2025-06-19 15:55:35 -07:00
parent 58139b078d
commit b7011f9659
6 changed files with 38 additions and 1 deletions

View file

@ -1,3 +1,8 @@
/**
* Command line interface for SERVERUS
* @module
*/
import { parseArgs } from '@std/cli/parse-args';
import { SERVER } from './server.ts';
import * as path from '@std/path';