Merge pull request #865 from johnpapa/patch-2
updated svelte's output location to use the correct folder where it puts built assets. (dist)
This commit is contained in:
Коммит
3c81c111e7
|
@ -214,7 +214,7 @@ export const appFrameworks: FrameworkDefinition[] = [
|
||||||
appBuildCommand: "npm run build",
|
appBuildCommand: "npm run build",
|
||||||
appDevserverCommand: "npm run dev",
|
appDevserverCommand: "npm run dev",
|
||||||
appDevserverUrl: "http://localhost:8080",
|
appDevserverUrl: "http://localhost:8080",
|
||||||
outputLocation: "public",
|
outputLocation: "dist",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче