feat: Migrate to Vite build system, update dependencies, and refine graphics setup with debugging aids.
This commit is contained in:
3
node_modules/@rollup/rollup-darwin-x64/README.md
generated
vendored
3
node_modules/@rollup/rollup-darwin-x64/README.md
generated
vendored
@@ -1,3 +0,0 @@
|
||||
# `@rollup/rollup-darwin-x64`
|
||||
|
||||
This is the **x86_64-apple-darwin** binary for `rollup`
|
||||
BIN
node_modules/@rollup/rollup-darwin-x64/rollup.darwin-x64.node
generated
vendored
BIN
node_modules/@rollup/rollup-darwin-x64/rollup.darwin-x64.node
generated
vendored
Binary file not shown.
3
node_modules/@rollup/rollup-linux-x64-gnu/README.md
generated
vendored
Normal file
3
node_modules/@rollup/rollup-linux-x64-gnu/README.md
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
# `@rollup/rollup-linux-x64-gnu`
|
||||
|
||||
This is the **x86_64-unknown-linux-gnu** binary for `rollup`
|
||||
@@ -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"
|
||||
}
|
||||
BIN
node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node
generated
vendored
Normal file
BIN
node_modules/@rollup/rollup-linux-x64-gnu/rollup.linux-x64-gnu.node
generated
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user