Compare commits
5 commits
Author | SHA1 | Date | |
---|---|---|---|
9dc4faa985 | |||
6846adc169 | |||
2b21f02c11 | |||
563d308c3c | |||
3075db223e |
3 changed files with 6 additions and 3 deletions
File diff suppressed because one or more lines are too long
1
main.js
1
main.js
|
@ -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`;
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue