()
| 217 | } |
| 218 | |
| 219 | func (sc *StartupConfig) IsServerless() bool { |
| 220 | return base.ValDefault(sc.Unsupported.Serverless.Enabled, false) |
| 221 | } |
| 222 | |
| 223 | func LoadStartupConfigFromPath(ctx context.Context, path string) (*StartupConfig, error) { |
| 224 | rc, err := readFromPath(ctx, path, false) |