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.
2 parents fa4bf44 + 690c016 commit 8ce91abCopy full SHA for 8ce91ab
src/lib/ctx.ts
@@ -95,8 +95,8 @@ export default (options: Record<string, string>): Context => {
95
if (options.userName && options.accessKey) {
96
env.LT_USERNAME = options.userName
97
env.LT_ACCESS_KEY = options.accessKey
98
- process.env.LT_USERNAME = options.userName
99
- process.env.LT_ACCESS_KEY = options.accessKey
+ // process.env.LT_USERNAME = options.userName
+ // process.env.LT_ACCESS_KEY = options.accessKey
100
}
101
} catch (error: any) {
102
console.log(`[smartui] Error: ${error.message}`);
0 commit comments