diff options
author | Minteck <contact@minteck.org> | 2022-11-28 17:14:38 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-11-28 17:14:38 +0100 |
commit | 18efd30a263ec0d79a26a82cbd8c90c9f81056b7 (patch) | |
tree | aea01bf3506dda706719fc68eb37b77ed9ef3fe8 /build/index.js | |
download | autoreport-18efd30a263ec0d79a26a82cbd8c90c9f81056b7.tar.gz autoreport-18efd30a263ec0d79a26a82cbd8c90c9f81056b7.tar.bz2 autoreport-18efd30a263ec0d79a26a82cbd8c90c9f81056b7.zip |
Diffstat (limited to 'build/index.js')
-rw-r--r-- | build/index.js | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/build/index.js b/build/index.js new file mode 100644 index 0000000..bfacbbe --- /dev/null +++ b/build/index.js @@ -0,0 +1,33 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +Object.defineProperty(exports, "__esModule", { value: true }); +const Autoreport_1 = __importDefault(require("./core/Autoreport")); +new Autoreport_1.default(); +// 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. +//# sourceMappingURL=index.js.map
\ No newline at end of file |