summaryrefslogtreecommitdiff
path: root/src/index.ts
blob: b925d2f7ddba172d368518c5ad1509df4846ae1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.