feat(application): add Railpack as a new build type

- Introduce Railpack as a new build method for applications
- Update database schema to include 'railpack' in buildType enum
- Add Railpack installation and validation scripts for servers
- Implement Railpack build and command generation utilities
- Update UI to include Railpack as a build option with a 'New' badge
This commit is contained in:
Mauricio Siu
2025-03-05 00:18:10 -06:00
parent 5db7508530
commit 5489e3b0a5
13 changed files with 5290 additions and 2 deletions

View File

@@ -0,0 +1 @@
ALTER TYPE "public"."buildType" ADD VALUE 'railpack';

File diff suppressed because it is too large Load Diff

View File

@@ -484,6 +484,13 @@
"when": 1740897756774,
"tag": "0068_complex_rhino",
"breakpoints": true
},
{
"idx": 69,
"version": "7",
"when": 1741152916611,
"tag": "0069_legal_bill_hollister",
"breakpoints": true
}
]
}