Skip to content

Commit efb8203

Browse files
example (vue): fix vite config syntax for single-list example
1 parent 554b5f1 commit efb8203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/examples/single-list/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ export default {
1313
],
1414
},
1515
server: {
16-
allowedHosts: ['nrxz2zv84-5173.csb.app'];
16+
allowedHosts: ['nrxz2zv84-5173.csb.app']
1717
}
1818
};

0 commit comments

Comments
 (0)