We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb6f44 commit 9160056Copy full SHA for 9160056
src/routes/cli/install.ps1/+page.server.ts
@@ -1,5 +1,8 @@
1
import { redirect } from '@sveltejs/kit';
2
3
export function load() {
4
- redirect(301, 'https://raw.githubusercontent.com/appwrite/sdk-for-cli/refs/heads/master/install.ps1');
+ redirect(
5
+ 301,
6
+ 'https://raw.githubusercontent.com/appwrite/sdk-for-cli/refs/heads/master/install.ps1'
7
+ );
8
}
0 commit comments