import {
App,
response,
} from "https://deno.land/x/supabase_funtions_utils@v0.1.0/mod.ts";
const app = new App();
app.get(async (req: Request) => {
return response.text("Hello, world!");
});
app.serve();
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Utils for supabase functions.
License
YogiLiu/supabase_funtions_utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Utils for supabase functions.
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published