Update imports batch 38-42

cgen-bc37f53673c7488bb6ce742041f3b98c
This commit is contained in:
Builder.io 2025-11-16 05:04:00 +00:00
parent d0ff988e32
commit 39039e7c69
5 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import type { VercelRequest, VercelResponse } from "@vercel/node";
import { getAdminClient } from "../../_supabase";
import { getAdminClient } from "../../_supabase.js";
export default async function handler(req: VercelRequest, res: VercelResponse) {
const admin = getAdminClient();

View file

@ -1,4 +1,4 @@
import { supabase } from "../_supabase";
import { supabase } from "../_supabase.js";
const VALID_ARMS = ["foundation", "gameforge", "labs", "corp", "devlink"];
const VALID_TYPES = [

View file

@ -1,4 +1,4 @@
import { getAdminClient } from "../_supabase";
import { getAdminClient } from "../_supabase.js";
export default async (req: Request) => {
const { method, headers } = req;

View file

@ -1,4 +1,4 @@
import { getAdminClient } from "../_supabase";
import { getAdminClient } from "../_supabase.js";
/**
* Link a .dev email to an existing profile (no merging, just email linking)

View file

@ -1,4 +1,4 @@
import { getAdminClient } from "../_supabase";
import { getAdminClient } from "../_supabase.js";
/**
* Admin-only endpoint to link mrpiglr@aethex.dev to mrpiglr@gmail.com