Recipe-app main

This commit is contained in:
2026-04-09 09:14:39 +02:00
commit 962f4e4be5
10015 changed files with 2445177 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# `@next/swc-linux-x64-gnu`
This is the **x86_64-unknown-linux-gnu** binary for `@next/swc`
Binary file not shown.
+26
View File
@@ -0,0 +1,26 @@
{
"name": "@next/swc-linux-x64-gnu",
"version": "16.2.2",
"repository": {
"type": "git",
"url": "https://github.com/vercel/next.js",
"directory": "crates/next-napi-bindings/npm/linux-x64-gnu"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"main": "next-swc.linux-x64-gnu.node",
"files": [
"next-swc.linux-x64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}