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 96e18b0 commit 9ab8b30Copy full SHA for 9ab8b30
packages/database/scripts/createEnv.mts
@@ -29,6 +29,9 @@ const getVercelToken = () => {
29
};
30
31
const makeLocalEnv = () => {
32
+ execSync("supabase start", {
33
+ cwd: projectRoot, stdio: "inherit"
34
+ });
35
const stdout = execSync("supabase status -o env", {
36
encoding: "utf8",
37
});
0 commit comments