mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Switch to official starter template for sites
This commit is contained in:
parent
18d9ebaab3
commit
d431b53434
1 changed files with 7 additions and 5 deletions
|
|
@ -21,19 +21,21 @@ function getFramework(string $frameworkEnum, array $overrides)
|
|||
return [
|
||||
[
|
||||
'key' => 'starter',
|
||||
'name' => 'Personal portfolio',
|
||||
'name' => 'Starter website',
|
||||
'useCases' => ['starter'],
|
||||
'frameworks' => [
|
||||
getFramework('SVELTEKIT', [
|
||||
'serveRuntime' => 'static-1',
|
||||
'installCommand' => 'npm install --force',
|
||||
'providerRootDirectory' => './',
|
||||
'installCommand' => 'npm install',
|
||||
'buildCommand' => 'npm run build',
|
||||
'providerRootDirectory' => './sveltekit/starter',
|
||||
'outputDirectory' => 'build',
|
||||
'fallbackFile' => null
|
||||
])
|
||||
],
|
||||
'vcsProvider' => 'github',
|
||||
'providerRepositoryId' => 'portfolio-walter-o-brien',
|
||||
'providerOwner' => 'adityaoberai',
|
||||
'providerRepositoryId' => 'templates-for-sites',
|
||||
'providerOwner' => 'appwrite',
|
||||
'providerVersion' => '0.1.*',
|
||||
'variables' => [],
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue