原文
The frontend and backend ports are configured in the env.
├── backend/
│ ├── build.rs
│ ├── Cargo.lock
│ ├── Cargo.toml
│ ├── openapi
│ │ └── schema.yaml
│ └── src
│ └── main.rs
├── frontend/
│ ├── bun.lock
│ ├── package.json
│ ├── src
│ ├── static
│ ├── svelte.config.js
│ ├── tsconfig.json
│ └── vite.config.ts