feat(website): add content structure files
This commit is contained in:
parent
9c6d935069
commit
7af58fe829
35 changed files with 214 additions and 18 deletions
|
|
@ -3,7 +3,9 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"link-dependencies": "bun run _scripts/link-dependencies.ts",
|
||||
"dev": "zola serve --port 3000 --fast"
|
||||
"prebuild": "bun run _scripts/build.ts",
|
||||
"watch-deps": "bun run --watch _scripts/build.ts",
|
||||
"dev": "zola serve --port 3000 --fast --open"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mini-strap/core": "workspace:*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue