File tree
Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Expand file treeCollapse file tree1 file changed
+2
-2
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -13,7 +13,7 @@ Edit your `src/client/config.js` file and add the following setting:
|
13 | 13 |
|
14 | 14 | > [info] Remember to rebuild with `npm run build` after you modify the configuration.
|
15 | 15 |
|
16 |
| -```javscript |
| 16 | +```javascript |
17 | 17 | {
|
18 | 18 | standalone: true
|
19 | 19 | }
|
@@ -39,7 +39,7 @@ Since requests cannot be made you have to add the package manifest to your confi
|
39 | 39 |
|
40 | 40 | Edit your `src/client/config.js` file and add the following setting:
|
41 | 41 |
|
42 |
| -```javscript |
| 42 | +```javascript |
43 | 43 | // Import the compiled package metadata
|
44 | 44 | import metadata from '../../dist/metadata.json';
|
45 | 45 |
|
|
You can’t perform that action at this time.
0 commit comments