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 a9ff656 commit 08e37b3Copy full SHA for 08e37b3
1 file changed
packages/database/scripts/createEnv.mts
@@ -24,7 +24,6 @@ const projectIdOrName: string =
24
"discourse-graph";
25
26
const getVercelToken = () => {
27
- dotenv.config();
28
return process.env["VERCEL_TOKEN"];
29
};
30
@@ -148,6 +147,7 @@ const main = async (variant: Variant) => {
148
147
149
150
if (fileURLToPath(import.meta.url) === process.argv[1]) {
+ dotenv.config();
151
const variantS: string =
152
(process.argv.length === 3
153
? process.argv[2]
0 commit comments