helloword
Full-stack development based on Deno2?
thanks,My project code structure is similar to this, implementing full-stack development with two independent modules for frontend and backend based on Deno's workspace. However, the frontend always fails to build successfully.
my_project/
├── deno.json
├── backend/
│ ├── deno.json
│ ├── main.ts
│ └── routes/
│ └── api.ts └── frontend/
├── deno.json
├── vite.config.ts └── src/ └── main.ts
├── backend/
│ ├── deno.json
│ ├── main.ts
│ └── routes/
│ └── api.ts └── frontend/
├── deno.json
├── vite.config.ts └── src/ └── main.ts
5 replies