-
Notifications
You must be signed in to change notification settings - Fork 0
/
start.js
37 lines (30 loc) · 1.3 KB
/
start.js
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
33
34
35
36
37
const argv = require('yargs').argv;
const App = require('./src/app');
const start = async () => {
const app = new App({
port: process.env.AKIGUMO_PORT || argv.port || 8080,
});
await app.start();
};
start().catch((err) => {
console.error(err);
});
// ship image
// https://akigumo.fleet.moe/9076b364b2cb6012d520670bfbb6988b
// https://akigumo.fleet.moe/9076b364b2cb6012d520670bfbb6988b/webp
// ship banner
// https://akigumo.fleet.moe/d5a0046cd109ab7c66219c7f375c9126
// https://akigumo.fleet.moe/d5a0046cd109ab7c66219c7f375c9126/webp
// https://akigumo.fleet.moe/d5a0046cd109ab7c66219c7f375c9126/m1
// https://akigumo.fleet.moe/d5a0046cd109ab7c66219c7f375c9126/m1/webp
// https://akigumo.fleet.moe/d5a0046cd109ab7c66219c7f375c9126/m2
// https://akigumo.fleet.moe/d5a0046cd109ab7c66219c7f375c9126/m2/webp
// entity image
// https://akigumo.fleet.moe/0a3ade3a779b51b6a39742b6e1aa4e5f
// entity banner
// https://akigumo.fleet.moe/0a9d5a3ce91c4be10756000b0dc025fe
// https://akigumo.fleet.moe/0a9d5a3ce91c4be10756000b0dc025fe/webp
// https://akigumo.fleet.moe/0a9d5a3ce91c4be10756000b0dc025fe/m1
// https://akigumo.fleet.moe/0a9d5a3ce91c4be10756000b0dc025fe/m1/webp
// https://akigumo.fleet.moe/0a9d5a3ce91c4be10756000b0dc025fe/m2
// https://akigumo.fleet.moe/0a9d5a3ce91c4be10756000b0dc025fe/m2/webp