Początek pracy nad nowym schematem

This commit is contained in:
Paweł Domański
2026-06-18 19:33:38 +02:00
parent b3ecfe85e1
commit f39551d0d0
3 changed files with 1808 additions and 9 deletions
+1799
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -1,37 +1,37 @@
{
"hash": "28b81726",
"configHash": "eaadbf54",
"hash": "7c62b374",
"configHash": "8bec99bb",
"lockfileHash": "c46ea92c",
"browserHash": "e128a585",
"browserHash": "c284a765",
"optimized": {
"react": {
"src": "../../react/index.js",
"file": "react.js",
"fileHash": "8656f29a",
"fileHash": "b8dd63f7",
"needsInterop": true
},
"react-dom": {
"src": "../../react-dom/index.js",
"file": "react-dom.js",
"fileHash": "56290933",
"fileHash": "89dba1e2",
"needsInterop": true
},
"react/jsx-dev-runtime": {
"src": "../../react/jsx-dev-runtime.js",
"file": "react_jsx-dev-runtime.js",
"fileHash": "a32305dd",
"fileHash": "d67f6866",
"needsInterop": true
},
"react/jsx-runtime": {
"src": "../../react/jsx-runtime.js",
"file": "react_jsx-runtime.js",
"fileHash": "8b879eaf",
"fileHash": "ada53024",
"needsInterop": true
},
"react-dom/client": {
"src": "../../react-dom/client.js",
"file": "react-dom_client.js",
"fileHash": "73520fe4",
"fileHash": "9915c026",
"needsInterop": true
}
},
+1 -1
View File
@@ -43,7 +43,7 @@ export async function fetchLaboratoriumData() {
return result.data;
} catch (error) {
console.error('Błąd pobierania danych z Directus:', error);
return [];
throw error;
}
}