refactor: remove supabase auth
This commit is contained in:
@@ -9,7 +9,13 @@ const config = {
|
||||
reactStrictMode: true,
|
||||
|
||||
/** Enables hot reloading for local packages without a build step */
|
||||
transpilePackages: ["@kan/api", "@kan/db", "@kan/shared"],
|
||||
transpilePackages: [
|
||||
"@kan/api",
|
||||
"@kan/db",
|
||||
"@kan/shared",
|
||||
"@kan/auth",
|
||||
"@kan/stripe",
|
||||
],
|
||||
|
||||
/** We already do linting and typechecking as separate tasks in CI */
|
||||
eslint: { ignoreDuringBuilds: true },
|
||||
|
||||
Reference in New Issue
Block a user