We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3159bb commit fbcb321Copy full SHA for fbcb321
vite.config.ts
@@ -49,17 +49,17 @@ export default ({ mode }: { mode: string }) => {
49
}),
50
VitePluginBrowserSync({
51
dev: {
52
- bs: {
53
- online: true,
54
- notify: false,
55
- proxy: {
56
- target: process.env.VITE_ASSET_URL,
57
- ws: true,
58
- proxyReq: [
59
- (proxyReq) => {
60
- proxyReq.setHeader('Browser-Sync', true);
61
- },
62
- ],
+ bs: {
+ online: true,
+ notify: false,
+ proxy: {
+ target: process.env.VITE_ASSET_URL,
+ ws: true,
+ proxyReq: [
+ (proxyReq) => {
+ proxyReq.setHeader('Browser-Sync', true);
+ },
+ ],
63
},
64
65
0 commit comments