added --today parameter to send a nofitication for todays events else its change or new events. also fetches current and next month now.
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"dev": "bun run ./app/app.ts",
|
||||
"dev:init": "bun run ./app/app.ts --init",
|
||||
"db:init": "bun run ./run/db_init.ts",
|
||||
"db:deleteall": "bun run ./run/db_deleteall.ts"
|
||||
"db:deleteall": "bun run ./run/db_deleteall.ts",
|
||||
"build": "bun build ./app/app.ts --compile --outfile ./build/77th_event_calendar_notification"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
|
||||
Reference in New Issue
Block a user