Got it running with sentry and plausible and stuff. Auth seems good
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { httpRouter } from "convex/server";
|
||||
import { auth } from "./auth";
|
||||
import { httpRouter } from 'convex/server';
|
||||
import { auth } from './auth';
|
||||
|
||||
const http = httpRouter();
|
||||
|
||||
|
Reference in New Issue
Block a user