[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-05-20 06:18:00 +00:00
committed by GitHub
parent ba3645933f
commit 38a5313967
2 changed files with 5 additions and 9 deletions

View File

@@ -206,7 +206,7 @@ export const applications = pgTable("application", {
buildType: buildType("buildType").notNull().default("nixpacks"),
herokuVersion: text("herokuVersion").default("24"),
publishDirectory: text("publishDirectory"),
isStaticSpa: boolean('isStaticSpa'),
isStaticSpa: boolean("isStaticSpa"),
createdAt: text("createdAt")
.notNull()
.$defaultFn(() => new Date().toISOString()),