Allow the http server to serve static files (such as downloadable resources)

This commit is contained in:
Melledy
2025-11-19 03:02:24 -08:00
parent 06f854be55
commit 207a1e25d4
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -24,6 +24,7 @@ public class Config {
public int customDataVersion = 0;
public String resourceDir = "./resources";
public String webFilesDir = "./web";
public String patchListPath = "./patchlist.json";
@Getter