From a90bca338d37db3880ef712980a3b5bc91cfd88a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 22 Feb 2025 14:58:23 -0400 Subject: sort (build mode) We'll throw a tantrum over this having the same apparent commit namespace as `#sort` RIP --- src/write/build-modes/index.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/write/build-modes/index.js') diff --git a/src/write/build-modes/index.js b/src/write/build-modes/index.js index 3ae2cfc6..4b61619d 100644 --- a/src/write/build-modes/index.js +++ b/src/write/build-modes/index.js @@ -1,3 +1,4 @@ export * as 'live-dev-server' from './live-dev-server.js'; export * as 'repl' from './repl.js'; +export * as 'sort' from './sort.js'; export * as 'static-build' from './static-build.js'; -- cgit 1.3.0-6-gf8a5