Niko
Niko
DDeno
Created by Niko on 11/6/2023 in #help
Frontend & Backend in one Deno Deploy project
-> only one entry_point in the backend needed then
6 replies
DDeno
Created by Niko on 11/6/2023 in #help
Frontend & Backend in one Deno Deploy project
Got it to work. I am copying the frontend static files over to the backend folder after the frontend build. Then I am serving the static assets with Oak's send() method.
6 replies
DDeno
Created by Niko on 11/6/2023 in #help
Frontend & Backend in one Deno Deploy project
But what would I set the entry_point to? The Nuxt frontend has its entry point at frontend/output/server/index.ts and the backend has it at backend/app.ts
6 replies