Skip to content

Commit 11784e5

Browse files
Change quote style to match existing work
1 parent a72e8a6 commit 11784e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/webpack.client.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module.exports = (options = {}) => merge(
6161
short_name: "Coder",
6262
description: "Run VS Code on a remote server",
6363
background_color: "#e5e5e5",
64-
crossorigin: 'use-credentials',
64+
crossorigin: "use-credentials",
6565
icons: [{
6666
src: path.join(root, "packages/web/assets/logo.png"),
6767
sizes: [96, 128, 192, 256, 384],

0 commit comments

Comments
 (0)