start.js as an executable script
This commit is contained in:
parent
b8a992453b
commit
256196cc54
1 changed files with 1 additions and 0 deletions
1
start.js
Normal file → Executable file
1
start.js
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
// @ts-check
|
||||
|
||||
const sqlite = require("better-sqlite3")
|
||||
|
|
Loading…
Reference in a new issue