mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: enhance Dockerfile and docker-compose for improved build output handling and service configuration
This commit is contained in:
parent
a0b3438781
commit
f17aea24cd
3 changed files with 48 additions and 42 deletions
|
@ -9,7 +9,8 @@
|
|||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"prettier": "prettier --write .",
|
||||
"createdb": "bun run createDatabase.ts"
|
||||
"createdb": "bun run createDatabase.ts",
|
||||
"start": "bun run .output/server/index.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/noto-sans-tc": "^5.2.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue