1 2 3 4 5 6
import { AwsRelayApp } from "./aws/app.ts"; if (import.meta.main) { const app = new AwsRelayApp(); await app.run(); }