« get me outta code hell

write: implement repl as proper build mode - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/write/build-modes/index.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-01-09 11:32:43 -0400
committer(quasar) nebula <qznebula@protonmail.com>2024-01-09 11:32:43 -0400
commit3a205843397b6b4ef86d3e1ab07d93251c90e81f (patch)
tree26af056134294a748d2d08af106eb10e1487dc70 /src/write/build-modes/index.js
parentd3930822b87e01ae85bbc7e1f3f2598d8f680187 (diff)
write: implement repl as proper build mode
Diffstat (limited to 'src/write/build-modes/index.js')
-rw-r--r--src/write/build-modes/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/write/build-modes/index.js b/src/write/build-modes/index.js
index 91e39009..3ae2cfc6 100644
--- a/src/write/build-modes/index.js
+++ b/src/write/build-modes/index.js
@@ -1,2 +1,3 @@
 export * as 'live-dev-server' from './live-dev-server.js';
+export * as 'repl' from './repl.js';
 export * as 'static-build' from './static-build.js';