Update web-dev-server.md
This commit is contained in:
parent
1da4622398
commit
54aaf10cad
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ After the reset new values are probably used. TODO verify that.
|
||||||
|
|
||||||
I took out the customer specifics here (middleware)
|
I took out the customer specifics here (middleware)
|
||||||
|
|
||||||
|
`web-demo-server.config.mjs`
|
||||||
```javascript
|
```javascript
|
||||||
import ...
|
import ...
|
||||||
|
|
||||||
|
|
@ -27,5 +28,4 @@ export default {
|
||||||
removeCookies(),
|
removeCookies(),
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
```
|
||||||
```web-demo-server.config.mjs
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue