chore(trading): ignore parse source map warnings, fix trading readme (#4252)

This commit is contained in:
Bartłomiej Głownia
2023-07-11 10:41:54 +01:00
committed by GitHub
parent f391e8c351
commit 501ffbfc80
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -15,5 +15,6 @@ module.exports = composePlugins(withNx(), withReact(), (config) => {
return {
...config,
plugins: [...additionalPlugins, ...config.plugins],
ignoreWarnings: [/Failed to parse source map/],
};
});
+1
View File
@@ -14,5 +14,6 @@ module.exports = composePlugins(withNx(), withReact(), (config, context) => {
return {
...config,
plugins: [...additionalPlugins, ...config.plugins],
ignoreWarnings: [/Failed to parse source map/],
};
});
+2 -2
View File
@@ -11,7 +11,7 @@ cp .env.[environment] .env.local
Starting the app:
```bash
yarn nx serve explorer
yarn nx serve trading
```
### Configuration
@@ -26,7 +26,7 @@ Example configurations are provided here:
For convenience, you can boot the app injecting one of the configurations above by running:
```bash
yarn env-cmd -f .\apps\token\.env.{env} yarn nx run token:serve # e.g. stagnet1
yarn env-cmd -f .\apps\trading\.env.{env} yarn nx run trading:serve # e.g. stagnet1
```
There are a few different configuration options offered for this app: