repl, dev: true

log-rune
Dominic Gannaway 10 months ago
parent aac227d6bc
commit dac4fc4ac0

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

Loading…
Cancel
Save