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 90946de commit ee20e54Copy full SHA for ee20e54
1 file changed
packages/app-mastro/server.ts
@@ -1,6 +1,6 @@
1
import * as http from 'node:http'
2
import { createRequestListener } from '@remix-run/node-fetch-server'
3
-import { Mastro } from '@mastrojs/mastro/server'
+import { Mastro } from '@mastrojs/mastro/server-programmatic'
4
import { GET as getHome } from './handlers/home.ts'
5
6
// This is using Mastro's programmatic (Express-like) router
0 commit comments