We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a72e8a6 commit 11784e5Copy full SHA for 11784e5
scripts/webpack.client.config.js
@@ -61,7 +61,7 @@ module.exports = (options = {}) => merge(
61
short_name: "Coder",
62
description: "Run VS Code on a remote server",
63
background_color: "#e5e5e5",
64
- crossorigin: 'use-credentials',
+ crossorigin: "use-credentials",
65
icons: [{
66
src: path.join(root, "packages/web/assets/logo.png"),
67
sizes: [96, 128, 192, 256, 384],
0 commit comments