Skip to content

Commit f1ddcc5

Browse files
authored
Merge pull request #84 from appwrite/feat-remove-ssr
Remove SSR
2 parents 9a9e20d + b7fec40 commit f1ddcc5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Runtimes/Runtimes.php

-4
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ public function __construct(string $version = '')
148148
$flutter = new Runtime('flutter', 'Flutter', 'sh helpers/server.sh');
149149
$flutter->addVersion('3.24', 'dart:3.5.2', 'openruntimes/flutter:'.$this->version.'-3.24', [System::X86, System::ARM64]);
150150
$this->runtimes['flutter'] = $flutter;
151-
152-
$ssr = new Runtime('ssr', 'SSR', 'sh helpers/server.sh');
153-
$ssr->addVersion('22', 'node:22.9.0-alpine3.20', 'openruntimes/ssr:' . $this->version . '-22', [System::X86, System::ARM64]);
154-
$this->runtimes['ssr'] = $ssr;
155151
}
156152

157153
/**

0 commit comments

Comments
 (0)