CADmium-Co / CADmium

A CAD program that runs in the browser
https://cadmium-co.github.io/CADmium/
Other
1.42k stars 57 forks source link

Convert project to typescript and pnpm workspace monorepo and change to client side rendering only (remove ssr prerendering) #2

Closed av8ta closed 6 months ago

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cadmium ❌ Failed (Inspect) Mar 24, 2024 0:29am
av8ta commented 6 months ago

do you want to sort out the vercel build? probably easiest to install pnpm in the script? and just do:

pnpm run build:wasm
pnpm install
pnpm build

we ought to && pnpm test too really. there will be more tests coming!