🎉 Refactor backend: Remove unnecessary files & update documentation 📚, 🔧 Clean up node_modules & static assets 🗑️, 📝 Update README.md & related docs 📚, 🚀 Deploy new frontend images 📦.

This commit is contained in:
2025-05-31 22:51:37 +02:00
parent df8fb197c0
commit fae594014d
34 changed files with 681 additions and 2628 deletions

View File

@ -1,20 +0,0 @@
{
"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"
]
}