add pipeline
Tests / test (push) Failing after 34s
Tests / build-and-push-image (push) Has been skipped

This commit is contained in:
root
2026-07-31 13:51:39 -04:00
parent f3863f760c
commit 843fa559bb
135 changed files with 791 additions and 4796 deletions
+3
View File
@@ -0,0 +1,3 @@
# esbuild
This is the macOS ARM 64-bit binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details.
@@ -1,7 +1,7 @@
{
"name": "@esbuild/win32-x64",
"name": "@esbuild/darwin-arm64",
"version": "0.28.1",
"description": "The Windows 64-bit binary for esbuild, a JavaScript bundler.",
"description": "The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.",
"repository": {
"type": "git",
"url": "git+https://github.com/evanw/esbuild.git"
@@ -12,9 +12,9 @@
"node": ">=18"
},
"os": [
"win32"
"darwin"
],
"cpu": [
"x64"
"arm64"
]
}
-3
View File
@@ -1,3 +0,0 @@
# esbuild
This is the Windows 64-bit binary for esbuild, a JavaScript bundler and minifier. See https://github.com/evanw/esbuild for details.