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 +0,0 @@
# `@rollup/rollup-darwin-x64`
This is the **x86_64-apple-darwin** binary for `rollup`

Binary file not shown.

3
node_modules/@rollup/rollup-linux-x64-gnu/README.md generated vendored Normal file
View File

@@ -0,0 +1,3 @@
# `@rollup/rollup-linux-x64-gnu`
This is the **x86_64-unknown-linux-gnu** binary for `rollup`

View File

@@ -1,14 +1,14 @@
{
"name": "@rollup/rollup-darwin-x64",
"name": "@rollup/rollup-linux-x64-gnu",
"version": "4.54.0",
"os": [
"darwin"
"linux"
],
"cpu": [
"x64"
],
"files": [
"rollup.darwin-x64.node"
"rollup.linux-x64-gnu.node"
],
"description": "Native bindings for Rollup",
"author": "Lukas Taegert-Atkinson",
@@ -18,5 +18,8 @@
"type": "git",
"url": "git+https://github.com/rollup/rollup.git"
},
"main": "./rollup.darwin-x64.node"
"libc": [
"glibc"
],
"main": "./rollup.linux-x64-gnu.node"
}

Binary file not shown.