Skip to content

Commit 3c81c11

Browse files
authored
Merge pull request #865 from johnpapa/patch-2
updated svelte's output location to use the correct folder where it puts built assets. (dist)
2 parents 3cb595c + 9e57adf commit 3c81c11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/frameworks/frameworks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const appFrameworks: FrameworkDefinition[] = [
214214
appBuildCommand: "npm run build",
215215
appDevserverCommand: "npm run dev",
216216
appDevserverUrl: "http://localhost:8080",
217-
outputLocation: "public",
217+
outputLocation: "dist",
218218
},
219219
},
220220
{

0 commit comments

Comments
 (0)