Skip to content

Commit 990d31a

Browse files
committed
remove redundant mention of old app name
1 parent 41c78db commit 990d31a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { resolve } from "path";
77
const app = process.env.APP;
88

99
if (!app) {
10-
throw new Error("APP environment variable must be set (get-me or create-issue)");
10+
throw new Error("APP environment variable must be set");
1111
}
1212

1313
export default defineConfig({

0 commit comments

Comments
 (0)