Skip to content

Commit 96df181

Browse files
committed
[FSSDK-12089] move /public directory to /vitest/
1 parent 96f3aa5 commit 96df181

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vitest.browser.config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ export default defineConfig({
139139
target: 'es2015',
140140
},
141141
},
142+
// Serve public files from vitest/public directory
143+
publicDir: 'vitest/public',
142144
server: {
143145
host: '0.0.0.0',
144146
// for safari, browserstack redirects localhost to bs-local.com

0 commit comments

Comments
 (0)