forked from cadence/out-of-your-element
Fix type errors in scripts and make executable
This commit is contained in:
parent
256196cc54
commit
b8962780ae
7 changed files with 33 additions and 29 deletions
1
scripts/wal.js
Normal file → Executable file
1
scripts/wal.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
// @ts-check
|
||||
|
||||
const sqlite = require("better-sqlite3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue