feat: overhaul server automation, files editor, and CS2 setup workflows
This commit is contained in:
@@ -7,6 +7,7 @@ export const games = pgTable('games', {
|
||||
dockerImage: text('docker_image').notNull(),
|
||||
defaultPort: integer('default_port').notNull(),
|
||||
configFiles: jsonb('config_files').default([]).notNull(),
|
||||
automationRules: jsonb('automation_rules').default([]).notNull(),
|
||||
startupCommand: text('startup_command').notNull(),
|
||||
stopCommand: text('stop_command'),
|
||||
environmentVars: jsonb('environment_vars').default([]).notNull(),
|
||||
|
||||
Reference in New Issue
Block a user