mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
🔨 chore: add docker compose to setup local services for development (#8608)
* 👷 build: add docker compose to setup local services for development * 👷 build: setup dotenv-expand for all the npm scripts * 🐛 fix: remove useless comments * 📚 docs: add server-side database setup guide with i18n support - Add comprehensive server-side database setup documentation - Include step-by-step Docker service configuration - Add Chinese localization for better developer experience - Cover environment setup, database migration, and verification steps
This commit is contained in:
@@ -4,6 +4,9 @@ resolution-mode=highest
|
||||
ignore-workspace-root-check=true
|
||||
enable-pre-post-scripts=true
|
||||
|
||||
# Load dotenv files for all the npm scripts
|
||||
node-options="--require dotenv-expand/config"
|
||||
|
||||
public-hoist-pattern[]=*@umijs/lint*
|
||||
public-hoist-pattern[]=*changelog*
|
||||
public-hoist-pattern[]=*commitlint*
|
||||
|
||||
Reference in New Issue
Block a user