completionId: cgen-9d549678276244328bf91000db330e30
cgen-9d549678276244328bf91000db330e30
This commit is contained in:
parent
e4c9747033
commit
d93fbab157
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
const { createClient } = require("@supabase/supabase-js");
|
||||
const fetch = require("node-fetch");
|
||||
|
||||
// Initialize Supabase
|
||||
const supabase = createClient(
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@
|
|||
"nodemon": "^3.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=20.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue