dev: don't proxy /lang/
This commit is contained in:
parent
4975f15345
commit
55051cc203
|
@ -281,6 +281,7 @@ module.exports = [
|
|||
function devServerProxyBypass({ path }) {
|
||||
if (path.startsWith('/css/') || path.startsWith('/doc/')
|
||||
|| path.startsWith('/fonts/') || path.startsWith('/images/')
|
||||
|| path.startsWith('/lang/')
|
||||
|| path.startsWith('/sounds/')
|
||||
|| path.startsWith('/static/')
|
||||
|| path.endsWith('.wasm')) {
|
||||
|
|
Loading…
Reference in New Issue