diff --git a/examples/files-inspector/src/devframe.ts b/examples/files-inspector/src/devframe.ts index 2c87066a..fad47d23 100644 --- a/examples/files-inspector/src/devframe.ts +++ b/examples/files-inspector/src/devframe.ts @@ -19,6 +19,9 @@ export default defineDevframe({ command: 'devframe-files-inspector', port: 9876, distDir, + // Single-user localhost demo (and e2e target): skip the trust handshake + // the standalone dev server now gates with by default. + auth: false, }, spa: { loader: 'none' }, setup(ctx) {