Remove source map support

This commit is contained in:
Owen
2025-09-05 11:25:13 -07:00
parent 268fc7b923
commit c4fa6cf458
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
#! /usr/bin/env node
import "./extendZod.ts";
import 'source-map-support/register.js'
import { runSetupFunctions } from "./setup";
import { createApiServer } from "./apiServer";