dev v0.1.1 #3

Merged
chiko merged 4 commits from dev into main 2025-10-24 23:45:47 +00:00
Showing only changes of commit f974684945 - Show all commits

View File

@@ -3,8 +3,8 @@ import { db } from "./sql";
import { Event, type TEventEntityNew, type TGetEventsOptions } from "./component/event/events";
import { createPlaceholders, getTsNow, pad_l2 } from "./util";
import { sendNotification } from "./sendNotification";
const argv = require('minimist')(process.argv.slice(2));
import minimist from "minimist";
const argv = minimist(process.argv.slice(2))
console.log("App started");
console.dir({argv})