mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
feat: fix template
This commit is contained in:
+8
-5
@@ -93,19 +93,22 @@
|
||||
'sveltekit',
|
||||
framework.buildRuntime,
|
||||
framework.serveRuntime,
|
||||
true,
|
||||
undefined,
|
||||
undefined,
|
||||
framework.installCommand,
|
||||
framework.buildCommand,
|
||||
framework.outputDirectory,
|
||||
undefined,
|
||||
domain,
|
||||
selectedInstallationId,
|
||||
selectedRepository,
|
||||
branch,
|
||||
undefined,
|
||||
undefined, //TODO: add checkbox
|
||||
rootDir,
|
||||
data.template.providerRepositoryId,
|
||||
data.template.providerOwner,
|
||||
framework.providerRootDirectory,
|
||||
undefined,
|
||||
rootDir
|
||||
data.template.providerVersion,
|
||||
undefined //TODO: add specification
|
||||
);
|
||||
|
||||
trackEvent(Submit.SiteCreate, {});
|
||||
|
||||
Reference in New Issue
Block a user