Compare commits

...

5 commits
main ... main

Author SHA1 Message Date
9dc4faa985 Update README.md 2025-01-05 16:32:08 +01:00
6846adc169 Update package.json 2025-01-05 16:31:24 +01:00
2b21f02c11 Update README.md 2025-01-05 16:30:49 +01:00
563d308c3c Update main.js 2025-01-05 16:30:29 +01:00
3075db223e Update README.md 2025-01-05 16:29:29 +01:00
3 changed files with 6 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -8,6 +8,7 @@ if (!USER_TOKEN) {
process.exit(1); process.exit(1);
} }
console.log("Spierdalaj");
const INSTANCE_URL = process.env.INSTANCE_URL; const INSTANCE_URL = process.env.INSTANCE_URL;
const API_BASE = `${INSTANCE_URL}/api`; const API_BASE = `${INSTANCE_URL}/api`;

View file

@ -1,5 +1,5 @@
{ {
"dependencies": { "dependencies": { // Kus
"axios": "^1.7.8", "axios": "^1.7.8",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"readline": "^1.3.0" "readline": "^1.3.0"