mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 14:56:59 +08:00
chore(editor): allow remote debug in presets dev entry (#10279)
This commit is contained in:
@@ -14,6 +14,10 @@ export default defineConfig(() => {
|
||||
resolve: {
|
||||
extensions: ['.ts', '.js'],
|
||||
},
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: true,
|
||||
},
|
||||
build: {
|
||||
target: 'es2022',
|
||||
sourcemap: true,
|
||||
|
||||
Reference in New Issue
Block a user