alpha
Login
or
Join now
byjp.me
/
webtiles.byjp.me
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/jphastings/webtiles.byjp.me. A proof-of-concept for Atproto powered Webtile views.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
webtiles.byjp.me
/
packages
1 folder
at
main
JP Hastings-Spital
Adopt pnpm + Vite+ (vp) toolchain
5w ago
09a563b2
webtile-view
Adopt pnpm + Vite+ (vp) toolchain Switch the package manager from npm to pnpm (packageManager field, pnpm-workspace.yaml, pnpm-lock.yaml; the demo's webtile-view dep becomes workspace:*) and migrate the build to Vite+ via `vp migrate`: - Upgrade Vite 6 → 8; configs import from `vite-plus`; a pnpm catalog aliases vite → @voidzero-dev/vite-plus-core. Scripts run through `vp` (build/dev/run). - Build the library with `vp pack` (tsdown) instead of Vite library mode + vite-plugin-dts. Outputs are now .mjs / .umd.js / .d.mts with json-p3 bundled via deps.alwaysBundle; package.json exports updated to match. - Add a vp pre-commit hook (vp staged → vp check --fix) and AGENTS.md describing the toolchain for future agents. Update the package README build instructions for vp.
1 month ago