Skip to content

Commit

Permalink
#1528 update svelteHelper to load pages from svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBlaa committed Mar 14, 2024
1 parent 4f5ea1a commit 47bb203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/UI/BExIS.UI/Helpers/SvelteHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static string GetPageScript(string module, string pageId)

public static string GetStart(string module)
{
return getScript(module, "node_modules/@sveltejs/kit/src/runtime/client/start.js");
return getScript(module, "node_modules/@sveltejs/kit/src/runtime/client/entry.js");
}

private static string getCss(string module, string key)
Expand Down

0 comments on commit 47bb203

Please sign in to comment.