feat: Added dev-container

This commit is contained in:
2025-09-25 22:03:37 +01:00
parent a83022c46e
commit f71b054ae5
25 changed files with 822 additions and 803 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
export async function getJson(path: string) {
let response = await fetch(path);
let users = await response.json();
return users;
export async function getJson(path: string) {
let response = await fetch(path);
let users = await response.json();
return users;
}