зеркало из
1
0
Форкнуть 0

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:
Timothy Wang 2024-07-22 11:29:19 -04:00 коммит произвёл GitHub
Родитель 3cb595c6ed 9e57adf406
Коммит 3c81c111e7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -214,7 +214,7 @@ export const appFrameworks: FrameworkDefinition[] = [
appBuildCommand: "npm run build",
appDevserverCommand: "npm run dev",
appDevserverUrl: "http://localhost:8080",
outputLocation: "public",
outputLocation: "dist",
},
},
{