Framework-agnostic session management for AT Protocol applications using Iron Session encryption
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Exclude _build_npm.ts from deno lint

+3
+3
deno.json
··· 12 12 "iron-session": "npm:iron-session@8.0.4", 13 13 "@std/assert": "jsr:@std/assert@1.0.16" 14 14 }, 15 + "lint": { 16 + "exclude": ["_build_npm.ts"] 17 + }, 15 18 "compilerOptions": { 16 19 "strict": true, 17 20 "noImplicitAny": true