feat: Migrate to Vite build system, update dependencies, and refine graphics setup with debugging aids.

This commit is contained in:
2026-01-03 07:09:19 +00:00
parent 5b7edf0729
commit ad5b025a8b
37 changed files with 44297 additions and 360 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "@esbuild/darwin-x64",
"name": "@esbuild/linux-x64",
"version": "0.27.2",
"description": "The macOS 64-bit binary for esbuild, a JavaScript bundler.",
"description": "The Linux 64-bit binary for esbuild, a JavaScript bundler.",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/esbuild.git"
@@ -12,7 +12,7 @@
"node": ">=18"
},
"os": [
"darwin"
"linux"
],
"cpu": [
"x64"