diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-22 14:58:23 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-22 21:12:24 -0400 |
commit | a90bca338d37db3880ef712980a3b5bc91cfd88a (patch) | |
tree | 476d634551a1aee8d0267a3643f2dade5a8a28b6 /src/write/build-modes/index.js | |
parent | dcf6dd2d44006628c963e8555d98603109785589 (diff) |
sort (build mode)
We'll throw a tantrum over this having the same apparent commit namespace as `#sort` RIP
Diffstat (limited to 'src/write/build-modes/index.js')
-rw-r--r-- | src/write/build-modes/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |