You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file:///workspaces/sanipasse/build/handler-4b919981.js:740
const base = BASE_ENV && process.env[BASE_ENV];
^
ReferenceError: BASE_ENV is not defined
at file:///workspaces/sanipasse/build/handler-4b919981.js:740:14
at ModuleJob.run (node:internal/modules/esm/module_job:185:25)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:281:24)
at async loadESM (node:internal/process/esm_loader:88:5)
at async handleMainPromise (node:internal/modules/run_main:65:12)
System Info
latest
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Compiling a project with adapter-node fails with
ReferenceError: BASE_ENV is not defined
Reproduction
Compile a project with adapter-static
https://github.com/lovasoa/sanipasse/tree/update-svelte
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
No response
The text was updated successfully, but these errors were encountered: