tangled
alpha
login
or
join now
dunkirk.sh
/
indiko
6
fork
atom
my own indieAuth provider!
indiko.dunkirk.sh/docs
indieauth
oauth2-server
6
fork
atom
overview
issues
pulls
pipelines
chore: add format script for biome
dunkirk.sh
2 months ago
8d4aa39a
0a446485
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+2
-1
1 changed file
expand all
collapse all
unified
split
package.json
+2
-1
package.json
···
5
5
"private": true,
6
6
"scripts": {
7
7
"dev": "bun run --hot src/index.ts",
8
8
-
"start": "bun run src/index.ts"
8
8
+
"start": "bun run src/index.ts",
9
9
+
"format": "bun run --bun biome check --write ."
9
10
},
10
11
"devDependencies": {
11
12
"@simplewebauthn/types": "^12.0.0",