Scripts directory is executable

This commit is contained in:
Rory& 2024-07-31 21:11:13 +02:00
parent 1d0f7d48a6
commit a138bfec0c
7 changed files with 7 additions and 0 deletions

1
scripts/capture-message-update-events.js Normal file → Executable file
View file

@ -1,3 +1,4 @@
#! /usr/bin/env node
// @ts-check
// ****

1
scripts/check-migrate.js Normal file → Executable file
View file

@ -1,3 +1,4 @@
#! /usr/bin/env node
// @ts-check
// Trigger the database migration flow and exit after committing.

1
scripts/migrate-from-old-bridge.js Normal file → Executable file
View file

@ -1,3 +1,4 @@
#! /usr/bin/env node
// @ts-check
const assert = require("assert").strict

1
scripts/save-channel-names-to-db.js Normal file → Executable file
View file

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

1
scripts/save-event-types-to-db.js Normal file → Executable file
View file

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

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

@ -1,3 +1,4 @@
#! /usr/bin/env node
// @ts-check
console.log("This could take up to 30 seconds. Please be patient.")

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")