feat: remove supabase

This commit is contained in:
2024-11-28 21:08:27 +08:00
parent ce6037ead9
commit 1616177026
6 changed files with 16 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
import { Snippet } from '@/models-supa/snippet.ts';
import { Snippet } from '@/routes/snippet/snippet.ts';
const main = async () => {
const snippet = await Snippet.findAndCountAll();