v1.9.0
·
75 commits
to main
since this release
Minor Changes
-
#59
98dbb5aThanks @flyon! - ESM-only. Dropped the CommonJS build; ships ES modules only (type: module, norequireexport condition, nolib/cjs). Fixed the roottypesfield. CJS consumers on Node 22+ canrequire()it (sync ESM) or use dynamicimport(). -
#59
647417bThanks @flyon! - Standalone dev + template git-clone scaffolding:- Standalone dev resolution —
createViteConfignow detects when an app is NOT inside a workspace (lib-only npm install of@_linked/*) and resolves those deps viaimport → lib/esm(conditions['module','node']) instead of thedevelopment → srcexport they don't ship. Fixes "Failed to load@_linked/server/shapes/LinkedServer" on a clean install. Monorepo/workspace dev is unchanged. create-appclones the template repo — new apps are scaffolded bygit clone-inglinked-cm/app-template(single source of truth, same repo CN's server-side project creation uses) instead of copying a bundled defaults tree. The bundleddefaults/app-with-backendis removed.- Removed the orphaned tsx
register/register-css-onlyloaders (+tsxdep); apps run plainlinked start(Vite handles TS transform).
- Standalone dev resolution —