Skip to content

Commit 8b23e49

Browse files
committed
remove redundant mention of old app name
1 parent 37da563 commit 8b23e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)