From 18efd30a263ec0d79a26a82cbd8c90c9f81056b7 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 28 Nov 2022 17:14:38 +0100 Subject: Open source --- src/index.ts | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/index.ts (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..b925d2f --- /dev/null +++ b/src/index.ts @@ -0,0 +1,32 @@ +import Autoreport from "./core/Autoreport"; + +new Autoreport(); + +// you need to add topic "crashes" to ntfy (make sure you select use another server) +// mhm! +// done +// so when we'll test it it should work +// mhm! + + +// don't we need ejs? +// probably, installing it +// epic hehe +// installed + +// is there a module you use to interface with the notifications? +// it's just HTTP requests +// okay, so here's the requirements +// express, superagent, why not axios instead? +// sure hehe +// installed all that +// epic, server time +// oh wait we need dotenv to store the api token in .env +// why not just use a config file +// don't want to push the config file to the repo +// add it to .gitignore +// which i currently cannot see +// because it doesn't exist -c- +// oh +// trying to not have a coughing fit while programming rn +// .c. \ No newline at end of file -- cgit