feat: WM2026 Tippspiel - Initial Backend + Frontend

This commit is contained in:
Ronny Müller
2026-04-03 21:41:19 +02:00
commit 1c685b90a0
2507 changed files with 997210 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# `@rollup/rollup-darwin-x64`
This is the **x86_64-apple-darwin** binary for `rollup`
+22
View File
@@ -0,0 +1,22 @@
{
"name": "@rollup/rollup-darwin-x64",
"version": "4.60.1",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"files": [
"rollup.darwin-x64.node"
],
"description": "Native bindings for Rollup",
"author": "Lukas Taegert-Atkinson",
"homepage": "https://rollupjs.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup.git"
},
"main": "./rollup.darwin-x64.node"
}
Binary file not shown.