« get me outta code hell

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:
Diffstat (limited to 'src/write/build-modes/index.js')
-rw-r--r--src/write/build-modes/index.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/write/build-modes/index.js b/src/write/build-modes/index.js
new file mode 100644
index 0000000..3ae2cfc
--- /dev/null
+++ b/src/write/build-modes/index.js
@@ -0,0 +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';