welsh translations for sign in

This commit is contained in:
2022-09-07 11:23:46 +01:00
parent 7115aab927
commit 8f96e7bd9d
12 changed files with 122 additions and 75 deletions
+3 -2
View File
@@ -6,7 +6,8 @@
"dev": "next dev",
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start": "node_modules/next/dist/bin/next start"
"start": "node_modules/next/dist/bin/next start",
"lint": "next lint"
},
"dependencies": {
"@azure/identity": "^2.0.5",
@@ -86,4 +87,4 @@
"prettier": "2.5.1",
"prisma": "^3.12.0"
}
}
}