+Update: Added printfiles and updated website.

This commit is contained in:
2026-06-18 20:07:13 +02:00
parent 30da6cd176
commit dd7639fde5
21 changed files with 2483 additions and 45 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "JGA Info",
"runtimeExecutable": "powershell",
"runtimeArgs": ["-ExecutionPolicy", "Bypass", "-File", "serve.ps1"],
"port": 3456
}
]
}