mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 08:36:44 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
7701011bc7
commit
74f7a69991
6 changed files with 13 additions and 9 deletions
|
|
@ -3,9 +3,7 @@
|
|||
// valida com cron-parser, gera human_readable em pt-BR via cronstrue.
|
||||
import { corsHeaders } from "../_shared/cors.ts";
|
||||
import { createClient } from "npm:@supabase/supabase-js@2";
|
||||
// @ts-expect-error remote esm
|
||||
import cronParser from "https://esm.sh/cron-parser@4.9.0";
|
||||
// @ts-expect-error remote esm
|
||||
import cronstrue from "https://esm.sh/cronstrue@2.50.0/i18n";
|
||||
|
||||
const LOVABLE_API_KEY = Deno.env.get("LOVABLE_API_KEY")!;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue