We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c0558 commit f3f3968Copy full SHA for f3f3968
index.mjs
@@ -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