Fix type errors in scripts and make executable

This commit is contained in:
Cadence Ember 2024-09-15 00:55:54 +12:00
parent 256196cc54
commit b8962780ae
7 changed files with 33 additions and 29 deletions

1
scripts/wal.js Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env node
// @ts-check
const sqlite = require("better-sqlite3")