feat: better UI for submitting labels

This commit is contained in:
PiquelChips
2025-08-11 14:03:30 +02:00
parent 1904a3d1e9
commit 429c1e4cd8
7 changed files with 6526 additions and 25 deletions

View File

@@ -79,7 +79,7 @@ export const applications = pgTable("application", {
previewEnv: text("previewEnv"),
watchPaths: text("watchPaths").array(),
previewBuildArgs: text("previewBuildArgs"),
previewLabels: text("previewLabels"),
previewLabels: text("previewLabels").array(),
previewWildcard: text("previewWildcard"),
previewPort: integer("previewPort").default(3000),
previewHttps: boolean("previewHttps").notNull().default(false),