Export store interfaces and fix dotenv code block to resolve TypeDoc warnings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 10:26:29 +08:00
parent 97748bea60
commit aeb6d207c5
3 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ Copy `.env` to `.env.local` and set the backend API URL:
cp .env .env.local
```
```dotenv
```sh
# .env.local
VUE_APP_API_URL = "http://localhost:8000"
```