refactor: improve content json importing
This commit is contained in:
parent
a3c0990804
commit
36b1ecd8ec
10 changed files with 43 additions and 28 deletions
4
packages/content/exports/contentMap.ts
Normal file
4
packages/content/exports/contentMap.ts
Normal file
|
@ -0,0 +1,4 @@
|
|||
import contentMap from "../dist/map.json"
|
||||
import { type ContentMap } from "../src/types/types"
|
||||
|
||||
export default contentMap as ContentMap
|
Loading…
Add table
Add a link
Reference in a new issue