Try to include source maps

This commit is contained in:
Owen
2025-09-01 11:29:49 -07:00
parent 8159a0f13d
commit 1dca71a779
3 changed files with 3 additions and 3 deletions

View File

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