diff --git a/package.json b/package.json index 0885b16..f64f6fb 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,13 @@ "name": "minexlauncher", "private": true, "type": "module", - "main": "bin/www", + "main": "./bin/www", "scripts": { "start": "node ./bin/www", "build": "npm run build:clean && npm run build:compile && npm run build:obfuscate", - "build:clean": "rimraf ./public", + "build:clean": "rimraf ./public/resources/scripts", "build:compile": "tsc", "build:obfuscate": "javascript-obfuscator ./public/resources/scripts --output ./public/resources/scripts --options-preset high-obfuscation", - "build:minify": "", "lint": "eslint ./src", "lint:fix": "eslint --fix ./src" }, diff --git a/public/404.html b/public/404.html index 9459961..216e154 100644 --- a/public/404.html +++ b/public/404.html @@ -3,6 +3,17 @@ 404 Page Not Found + + + +

404 Page Not Found

diff --git a/public/home/archive/index.html b/public/home/archive/index.html index 42cf470..037b93d 100644 --- a/public/home/archive/index.html +++ b/public/home/archive/index.html @@ -4,6 +4,17 @@ + + + +
diff --git a/public/home/clients/index.html b/public/home/clients/index.html index 1aa0246..5428b53 100644 --- a/public/home/clients/index.html +++ b/public/home/clients/index.html @@ -4,6 +4,17 @@ + + + +
diff --git a/public/home/downloads/index.html b/public/home/downloads/index.html index 3b16cda..a811151 100644 --- a/public/home/downloads/index.html +++ b/public/home/downloads/index.html @@ -4,6 +4,17 @@ + + + +
diff --git a/public/home/game/index.html b/public/home/game/index.html index 4f3b956..827b11d 100644 --- a/public/home/game/index.html +++ b/public/home/game/index.html @@ -4,6 +4,17 @@ + + + +
diff --git a/public/index.html b/public/index.html index 7c7abb5..5561ee2 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,17 @@ + + + +