Revert "fix: resolve chat conversation hanging and stream interruption issues (#1971)"
This reverts commit e68593f22d.
This commit is contained in:
@@ -13,19 +13,6 @@ dotenv.config();
|
||||
|
||||
export default defineConfig((config) => {
|
||||
return {
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5173,
|
||||
hmr: {
|
||||
host: 'bolt.openweb.live',
|
||||
protocol: 'wss'
|
||||
},
|
||||
headers: {
|
||||
'Cross-Origin-Embedder-Policy': 'credentialless',
|
||||
'Cross-Origin-Opener-Policy': 'same-origin',
|
||||
},
|
||||
allowedHosts: ['bolt.openweb.live', 'localhost']
|
||||
},
|
||||
define: {
|
||||
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user