Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: try making Netlify cache work

+27
+2
netlify.toml
··· 1 + [[plugins]] 2 + package = "netlify-plugin-debug-cache"
+1
package.json
··· 11 11 }, 12 12 "devDependencies": { 13 13 "ansi_up": "^6.0.6", 14 + "netlify-plugin-debug-cache": "^1.0.4", 14 15 "typescript": "^5.9.2" 15 16 } 16 17 }
+24
pnpm-lock.yaml
··· 24 24 ansi_up: 25 25 specifier: ^6.0.6 26 26 version: 6.0.6 27 + netlify-plugin-debug-cache: 28 + specifier: ^1.0.4 29 + version: 1.0.4 27 30 typescript: 28 31 specifier: ^5.9.2 29 32 version: 5.9.2 ··· 311 314 lodash.merge@4.6.2: 312 315 resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 313 316 317 + make-dir@3.1.0: 318 + resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} 319 + engines: {node: '>=8'} 320 + 314 321 micromatch@4.0.8: 315 322 resolution: {integrity: sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==} 316 323 engines: {node: '>=8.6'} ··· 319 326 resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} 320 327 engines: {node: '>=4'} 321 328 329 + netlify-plugin-debug-cache@1.0.4: 330 + resolution: {integrity: sha512-a9yBPnQlsDaNO8iPiSVxpiFnz3gj8BkhXRwT6bshLMCQRVezf/uIChTB55L675t6mZj+U4PwVIc7u8X2Ptc2Fw==} 331 + 322 332 node-addon-api@7.1.1: 323 333 resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} 324 334 ··· 333 343 resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==} 334 344 engines: {node: '>=4'} 335 345 346 + semver@6.3.1: 347 + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} 348 + hasBin: true 349 + 336 350 tailwindcss@4.0.0: 337 351 resolution: {integrity: sha512-ULRPI3A+e39T7pSaf1xoi58AqqJxVCLg8F/uM5A3FadUbnyDTgltVnXJvdkTjwCOGA6NazqHVcwPJC5h2vRYVQ==} 338 352 ··· 571 585 572 586 lodash.merge@4.6.2: {} 573 587 588 + make-dir@3.1.0: 589 + dependencies: 590 + semver: 6.3.1 591 + 574 592 micromatch@4.0.8: 575 593 dependencies: 576 594 braces: 3.0.3 ··· 578 596 579 597 mri@1.2.0: {} 580 598 599 + netlify-plugin-debug-cache@1.0.4: 600 + dependencies: 601 + make-dir: 3.1.0 602 + 581 603 node-addon-api@7.1.1: {} 582 604 583 605 picocolors@1.1.1: {} ··· 588 610 dependencies: 589 611 cssesc: 3.0.0 590 612 util-deprecate: 1.0.2 613 + 614 + semver@6.3.1: {} 591 615 592 616 tailwindcss@4.0.0: {} 593 617