Skip to content

Commit 33a262e

Browse files
authored
feat: add createRoute() for creating cms-powered routes (#753)
1 parent 26f92d9 commit 33a262e

File tree

4 files changed

+569
-0
lines changed

4 files changed

+569
-0
lines changed

.changeset/loud-insects-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@blinkk/root-cms': patch
3+
---
4+
5+
feat: add createRoute() for creating cms-powered routes (#753)

packages/root-cms/core/core.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './client.js';
2+
export * from './route.js';
23
export * from './runtime.js';
34
export * as schema from './schema.js';
45
export * from './translations-manager.js';

0 commit comments

Comments
 (0)