Skip to content

Commit

Permalink
chore(base): auth, framework integration, eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstjernquist committed Sep 21, 2024
1 parent 99aba7c commit ed4ee90
Show file tree
Hide file tree
Showing 40 changed files with 5,249 additions and 3,889 deletions.
9 changes: 8 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"debug": false
"debug": false,
"framework": "custom",
"frameworkIntegration": {
"resource": "custom-framework",
"exports": {
"authorizeDevice": "authorizeDevice"
}
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"query": "pnpm --filter @core/query",
"bundle": "sh scripts/bundle.sh",
"move": "sh scripts/move.sh",
"router": "pnpm --filter @core/router"
"router": "pnpm --filter @core/router",
"lint": "turbo run lint"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit ed4ee90

Please sign in to comment.