Files
NishantRajputRN 44d3f015fe deploy code
2026-05-19 18:08:06 +05:30

11 lines
311 B
JSON

{
"name": "oidc-authentik-demo",
"private": true,
"scripts": {
"dev:frontend": "npm run dev --prefix frontend",
"dev:backend": "npm run dev --prefix backend",
"install:all": "npm install --prefix frontend && npm install --prefix backend",
"check:oidc": "node scripts/check-oidc.mjs"
}
}