Skip to content

Commit f618f01

Browse files
committed
chore: fix dev public dir
1 parent 77ae5ee commit f618f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/dev-safari.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ async function serverCheck(url) {
186186
/** run development server */
187187
const server = await createServer({
188188
...sharedConfig,
189+
publicDir: "public/ext/vendor/",
189190
plugins: [svelte()],
190191
server: {
191192
host: true,

0 commit comments

Comments
 (0)