Initial Commit

This commit is contained in:
Sebastian Fischlmayr 2022-10-07 10:49:05 +02:00
commit d032b5dba8
Signed by: Maverick
GPG key ID: 6379E413924A4E77
5 changed files with 282 additions and 0 deletions

2
index.js Normal file
View file

@ -0,0 +1,2 @@
require('dotenv').config();
console.log(process.env)