We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b428d62 commit 8ad2fd0Copy full SHA for 8ad2fd0
src/deploy/functions/runtimes/python/index.ts
@@ -103,7 +103,9 @@ class Delegate implements runtimes.RuntimeDelegate {
103
return Promise.resolve(() => Promise.resolve());
104
}
105
106
- async build(): Promise<void> {}
+ async build(): Promise<void> {
107
+ return Promise.resolve();
108
+ }
109
110
async serveAdmin(port: number, envs: backend.EnvironmentVariables): Promise<() => Promise<void>> {
111
const modulesDir = await this.modulesDir();
0 commit comments