© 2026 Hedgehog Software, LLC
await import("./src/env.js"); /** @type {import("next").NextConfig} */ const config = { basePath: '/portal', }; export default config;
"use client"; import { api } from "~/trpc/react";
const { data } = api.poly.getLocations.useQuery();