oneezy
oneezy2mo ago

Could not find `.deno-deploy` folder after building project.

is anyone else seeing this?
Could not find `.deno-deploy` folder after building project.
Could not find `.deno-deploy` folder after building project.
i have a turborepo/ sveltekit/ pnpm workspace project that i've been battling trying to deploy for the past few hours on deploy EA. Install command: pnpm install Build command: pnpm --filter site build Runtime config: automatic, using native SvelteKit integration Github repo: https://github.com/layerdd/template
No description
3 Replies
coty
coty2mo ago
Does setting the adapter to adapter node fix it? Might be a deno deploy adapter issue when working with monorepos
oneezy
oneezyOP2mo ago
tried and now its failing at the install:
Preparing install for sveltekit
The `@deno/svelte-adapter` adapter is required to run SvelteKit. Please install it and configure it in `svelte.config.js`.
Preparing install for sveltekit
The `@deno/svelte-adapter` adapter is required to run SvelteKit. Please install it and configure it in `svelte.config.js`.
No description
coty
coty2mo ago
Well that’s upsetting, what the heck. This is how I deployed on deploy classic

Did you find this page helpful?