welsh translations for sign in
This commit is contained in:
+3
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user