this repo has no description

Merge branch 'main' into layout-wip

authored by arb85 and committed by GitHub e5d62f9d e347062b

Changed files
+50
.github
workflows
+35
.github/workflows/nuxthub.yml
··· 1 + name: Deploy to NuxtHub 2 + on: push 3 + 4 + jobs: 5 + deploy: 6 + name: "Deploy to NuxtHub" 7 + runs-on: ubuntu-latest 8 + permissions: 9 + contents: read 10 + id-token: write 11 + 12 + steps: 13 + - uses: actions/checkout@v4 14 + 15 + - name: Install pnpm 16 + uses: pnpm/action-setup@v4 17 + with: 18 + version: 10 19 + 20 + - name: Install Node.js 21 + uses: actions/setup-node@v4 22 + with: 23 + node-version: 22 24 + cache: 'pnpm' 25 + 26 + - name: Install dependencies 27 + run: pnpm install 28 + 29 + - name: Ensure NuxtHub module is installed 30 + run: pnpx nuxthub@latest ensure 31 + 32 + - name: Build & Deploy to NuxtHub 33 + uses: nuxt-hub/action@v2 34 + with: 35 + project-key: dos-blue-ww0l
+15
pnpm-lock.yaml
··· 525 525 '@oxc-minify/binding-wasm32-wasi@0.95.0': 526 526 resolution: {integrity: sha512-PASXKqJyLHesNjTweXqkA3kG/hdjpauGb+REP5yZ4dr8gxu5DbMqk4QjsBmW3LjDF4tXXjRs8nHR6Qt2dhxTzA==} 527 527 engines: {node: '>=14.0.0'} 528 + cpu: [wasm32] 529 + 530 + '@oxc-minify/binding-wasm32-wasi@0.95.0': 531 + resolution: {integrity: sha512-PASXKqJyLHesNjTweXqkA3kG/hdjpauGb+REP5yZ4dr8gxu5DbMqk4QjsBmW3LjDF4tXXjRs8nHR6Qt2dhxTzA==} 532 + engines: {node: '>=14.0.0'} 528 533 529 534 '@oxc-minify/binding-win32-arm64-msvc@0.94.0': 530 535 resolution: {integrity: sha512-qXuSuUmLn7v79R0noaRlJES7m0BLfBWwPAmPjzu553eJObvKS15TfHH4uxr0h31Bmy4jqWX2r+oirz/Pg+hSEg==} ··· 618 623 '@oxc-parser/binding-wasm32-wasi@0.95.0': 619 624 resolution: {integrity: sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==} 620 625 engines: {node: '>=14.0.0'} 626 + cpu: [wasm32] 627 + 628 + '@oxc-parser/binding-wasm32-wasi@0.95.0': 629 + resolution: {integrity: sha512-0JLyqkZu1HnQIZ4e5LBGOtzqua1QwFEUOoMSycdoerXqayd4LK2b7WMfAx8eCIf+jGm1Uj6f3R00nlsx8g1faQ==} 630 + engines: {node: '>=14.0.0'} 621 631 622 632 '@oxc-parser/binding-win32-arm64-msvc@0.94.0': 623 633 resolution: {integrity: sha512-3wsbMqV8V7WaLdiQ2oawdgKkCgMHXJ7VDuo6uIcXauU3wK6CG0QyDXRV9bPWzorGLRBUHndu/2VB1+9dgT9fvg==} ··· 708 718 709 719 '@oxc-transform/binding-wasm32-wasi@0.94.0': 710 720 resolution: {integrity: sha512-rn3c2wGT3ha6j0VLykYOkXU5YyQYIeGXRsDPP7xyiZHVTVssoM0X1BuheFlgxmC1POXMT+dAAcVOFG5MdW1bnQ==} 721 + engines: {node: '>=14.0.0'} 722 + cpu: [wasm32] 723 + 724 + '@oxc-transform/binding-wasm32-wasi@0.95.0': 725 + resolution: {integrity: sha512-tSo1EU4Whd1gXyae7cwSDouhppkuz6Jkd5LY8Uch9VKsHVSRhDLDW19Mq6VSwtyPxDPTJnJ2jYJWm+n8SYXiXQ==} 711 726 engines: {node: '>=14.0.0'} 712 727 cpu: [wasm32] 713 728