mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-23 19:27:25 +02:00
♻️ Upgrade to next-auth v5 (#1558)
This commit is contained in:
parent
17d386d905
commit
4b26dc50b3
53 changed files with 765 additions and 628 deletions
|
@ -1,7 +1,7 @@
|
|||
const typescriptTransform = require("i18next-scanner-typescript");
|
||||
|
||||
module.exports = {
|
||||
input: ["src/**/*.{ts,tsx}", "!src/auth.ts"],
|
||||
input: ["src/**/*.{ts,tsx}", "!src/next-auth*.ts"],
|
||||
options: {
|
||||
nsSeparator: false,
|
||||
defaultNs: "app",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue