mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Add docs :)
This commit is contained in:
parent
ba1b3afa6f
commit
7b46cc7e6f
41 changed files with 2405 additions and 16 deletions
|
@ -10,7 +10,10 @@
|
|||
"postinstall": "nuxt prepare",
|
||||
"prettier": "prettier --write .",
|
||||
"createdb": "bun run createDatabase.ts",
|
||||
"start": "bun run .output/server/index.mjs"
|
||||
"start": "bun run .output/server/index.mjs",
|
||||
"docs:dev": "vitepress dev docs",
|
||||
"docs:build": "vitepress build docs",
|
||||
"docs:preview": "vitepress preview docs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/noto-sans-tc": "^5.2.5",
|
||||
|
@ -65,4 +68,4 @@
|
|||
"overrides": {
|
||||
"@vercel/nft": "^0.27.4"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue