Skip to content

Commit f3f3968

Browse files
committed
index.mjs
1 parent 78c0558 commit f3f3968

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import createApp from './lib/create-app.mjs'
2+
import createServer from './lib/create-server.mjs'
3+
import startCli from './bin/lib/cli.js'
4+
5+
export default createApp
6+
export { createServer, startCli }

0 commit comments

Comments
 (0)