Update sites/svelte-5-preview/src/lib/Repl.svelte

log-rune
Rich Harris 10 months ago committed by GitHub
parent e1299a657b
commit 3b1e81289a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,7 @@
/** @type {import('svelte/compiler').CompileOptions} */
const DEFAULT_COMPILE_OPTIONS = {
generate: 'client',
dev: true
dev: false
};
/** @type {Map<string, import('@codemirror/state').EditorState>} */

Loading…
Cancel
Save