Merge pull request 'fix(docs): resolve missing native Astro compiler bindings in root execution' (#24) from fix/#23-astro-compiler-pnpm-linux-binary into dev
Reviewed-on: #24 Merge pull request #24 from Ninosaurier/fix/#23-astro-compiler-pnpm-linux-binary Fixes #23: Move optional Astro compiler bindings to root devDependencies to prevent pnpm v11 workspace purging and ensure deterministic binary downloads.
This commit was merged in pull request #24.
This commit is contained in:
Generated
-4323
File diff suppressed because it is too large
Load Diff
+5
-1
@@ -38,6 +38,10 @@
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"eslint-plugin-storybook": "10.5.0",
|
||||
"prettier": "^3.9.4",
|
||||
"typescript-eslint": "^8.65.0"
|
||||
"typescript-eslint": "^8.65.0",
|
||||
"@astrojs/compiler-binding-linux-x64-gnu": "0.3.2",
|
||||
"@astrojs/compiler-binding-win32-x64-msvc": "0.3.2",
|
||||
"@astrojs/compiler-binding-darwin-x64": "0.3.2",
|
||||
"@astrojs/compiler-binding-darwin-arm64": "0.3.2"
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+637
-615
File diff suppressed because it is too large
Load Diff
+4
-9
@@ -10,12 +10,7 @@ onlyBuiltDependencies:
|
||||
- playwright
|
||||
|
||||
supportedArchitectures:
|
||||
os:
|
||||
- current
|
||||
- linux
|
||||
cpu:
|
||||
- current
|
||||
- x64
|
||||
libc:
|
||||
- current
|
||||
- glibc
|
||||
os: [current, linux]
|
||||
cpu: [current, x64]
|
||||
libc: [current, glibc]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user