Commit 7fbc0e2 1 parent c92a047 commit 7fbc0e2 Copy full SHA for 7fbc0e2
File tree 4 files changed +60
-60
lines changed
4 files changed +60
-60
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ const recheck = async () => {
76
76
} finally {
77
77
if ( conn ) conn . end ( ) ;
78
78
}
79
- }
79
+ } ;
80
80
recheck ( ) ;
81
81
82
82
const app = express ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
- "dependencies" : {
3
- "dotenv" : " ^16.4.5" ,
4
- "express" : " ^4.18.2" ,
5
- "mariadb" : " ^3.2.3" ,
6
- "minecraftstatuspinger" : " ^1.1.5" ,
7
- "nodemailer" : " ^6.9.10"
8
- },
9
- "name" : " backend" ,
10
- "version" : " 1.0.0" ,
11
- "main" : " index.js" ,
12
- "type" : " module" ,
13
- "scripts" : {
14
- "test" : " echo \" Error: no test specified\" && exit 1"
15
- },
16
- "author" : " " ,
17
- "license" : " ISC" ,
18
- "description" : " "
2
+ "dependencies" : {
3
+ "dotenv" : " ^16.4.5" ,
4
+ "express" : " ^4.18.2" ,
5
+ "mariadb" : " ^3.2.3" ,
6
+ "minecraftstatuspinger" : " ^1.1.5" ,
7
+ "nodemailer" : " ^6.9.10"
8
+ },
9
+ "name" : " backend" ,
10
+ "version" : " 1.0.0" ,
11
+ "main" : " index.js" ,
12
+ "type" : " module" ,
13
+ "scripts" : {
14
+ "test" : " echo \" Error: no test specified\" && exit 1"
15
+ },
16
+ "author" : " " ,
17
+ "license" : " ISC" ,
18
+ "description" : " "
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " mc.chs" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " Home of mc.chs.se" ,
5
- "main" : " index.js" ,
6
- "author" : " Gustaf Järgren (Berg)" ,
7
- "license" : " MIT" ,
8
- "private" : true ,
9
- "type" : " module" ,
10
- "scripts" : {
11
- "dev" : " vite" ,
12
- "build" : " vite build" ,
13
- "preview" : " vite preview"
14
- },
15
- "dependencies" : {
16
- "@fortawesome/fontawesome-svg-core" : " ^6.5.1" ,
17
- "@fortawesome/free-regular-svg-icons" : " ^6.5.1" ,
18
- "@fortawesome/free-solid-svg-icons" : " ^6.5.1" ,
19
- "@gorymoon/minecraft-text" : " ^1.0.2" ,
20
- "bulma" : " ^0.9.4" ,
21
- "mustache" : " ^4.2.0" ,
22
- "tippy.js" : " ^6.3.7"
23
- },
24
- "devDependencies" : {
25
- "sass" : " ^1.71.1" ,
26
- "vite" : " ^5.1.5"
27
- }
2
+ "name" : " mc.chs" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Home of mc.chs.se" ,
5
+ "main" : " index.js" ,
6
+ "author" : " Gustaf Järgren (Berg)" ,
7
+ "license" : " MIT" ,
8
+ "private" : true ,
9
+ "type" : " module" ,
10
+ "scripts" : {
11
+ "dev" : " vite" ,
12
+ "build" : " vite build" ,
13
+ "preview" : " vite preview"
14
+ },
15
+ "dependencies" : {
16
+ "@fortawesome/fontawesome-svg-core" : " ^6.5.1" ,
17
+ "@fortawesome/free-regular-svg-icons" : " ^6.5.1" ,
18
+ "@fortawesome/free-solid-svg-icons" : " ^6.5.1" ,
19
+ "@gorymoon/minecraft-text" : " ^1.0.2" ,
20
+ "bulma" : " ^0.9.4" ,
21
+ "mustache" : " ^4.2.0" ,
22
+ "tippy.js" : " ^6.3.7"
23
+ },
24
+ "devDependencies" : {
25
+ "sass" : " ^1.71.1" ,
26
+ "vite" : " ^5.1.5"
27
+ }
28
28
}
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " CHS Minecraft" ,
3
- "short_name" : " CHS MC" ,
4
- "icons" : [
5
- {
6
- "src" : " /android-chrome-192x192.png" ,
7
- "sizes" : " 192x192" ,
8
- "type" : " image/png"
9
- },
10
- {
11
- "src" : " /android-chrome-512x512.png" ,
12
- "sizes" : " 512x512" ,
13
- "type" : " image/png"
14
- }
15
- ],
16
- "theme_color" : " #ffffff" ,
17
- "background_color" : " #ffffff"
2
+ "name" : " CHS Minecraft" ,
3
+ "short_name" : " CHS MC" ,
4
+ "icons" : [
5
+ {
6
+ "src" : " /android-chrome-192x192.png" ,
7
+ "sizes" : " 192x192" ,
8
+ "type" : " image/png"
9
+ },
10
+ {
11
+ "src" : " /android-chrome-512x512.png" ,
12
+ "sizes" : " 512x512" ,
13
+ "type" : " image/png"
14
+ }
15
+ ],
16
+ "theme_color" : " #ffffff" ,
17
+ "background_color" : " #ffffff"
18
18
}
You can’t perform that action at this time.
0 commit comments