harb/services/ponder/ponder-env.d.ts
johba b4c829e4d6 fix/podman-postgres-integration (#37)
resolves #25

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: johba <johba@harb.eth>
Reviewed-on: https://codeberg.org/johba/harb/pulls/37
2025-10-01 20:26:49 +02:00

15 lines
574 B
TypeScript

/// <reference types="ponder/virtual" />
declare module "ponder:internal" {
const config: typeof import("./ponder.config.ts");
const schema: typeof import("./ponder.schema.ts");
}
declare module "ponder:schema" {
export * from "./ponder.schema.ts";
}
// This file enables type checking and editor autocomplete for this Ponder project.
// After upgrading, you may find that changes have been made to this file.
// If this happens, please commit the changes. Do not manually edit this file.
// See https://ponder.sh/docs/requirements#typescript for more information.