Remove functions refference to start command

This commit is contained in:
Matej Bačo
2025-11-24 15:19:41 +01:00
parent 7f3c0c9c03
commit 856c1d685e
@@ -140,12 +140,6 @@ class Func extends Model
'default' => '',
'example' => 'npm install',
])
->addRule('startCommand', [
'type' => self::TYPE_STRING,
'description' => 'Custom command to use when starting function runtime.',
'default' => '',
'example' => 'node custom-server.mjs',
])
->addRule('version', [
'type' => self::TYPE_STRING,
'description' => 'Version of Open Runtimes used for the function.',