FyzzF
Convex Community3y ago
6 replies
Fyzz

getting this error when trying to set up

getting this error when trying to set up clerk and convex auth
⠋ Preparing Convex functions...
Unexpected Error: SyntaxError: 'from' expected. (13:24)
  11 |
  12 |   import type { ApiFromModules, FilterApi, FunctionReference } from "convex/server";
> 13 |   import type * as auth.convex from "../auth.convex";
     |                        ^
  14 |
  15 |   /**
⠸ Preparing Convex functions...
Was this page helpful?