We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218f2d1 commit 770d37cCopy full SHA for 770d37c
1 file changed
packages/start/src/config/env.ts
@@ -43,7 +43,6 @@ function convertObjectToModule(object: Record<string, string>): string {
43
for (const key in object) {
44
result += `export const ${key} = ${JSON.stringify(object[key])};`;
45
}
46
- console.log(result);
47
return result;
48
49
0 commit comments