🎉 Improved logging system & documentation updates 🎉

This commit is contained in:
2025-06-01 03:31:48 +02:00
parent 09462724e0
commit 941ee21c76
57 changed files with 3743 additions and 668 deletions

3
backend/node_modules/@esbuild/win32-x64/README.md generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# esbuild
This is the Windows 64-bit binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details.

BIN
backend/node_modules/@esbuild/win32-x64/esbuild.exe generated vendored Normal file

Binary file not shown.

20
backend/node_modules/@esbuild/win32-x64/package.json generated vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "@esbuild/win32-x64",
"version": "0.25.4",
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/esbuild.git"
},
"license": "MIT",
"preferUnplugged": true,
"engines": {
"node": ">=18"
},
"os": [
"win32"
],
"cpu": [
"x64"
]
}