Skip to content

Commit ee20e54

Browse files
authored
app-mastro: update import in server.ts
1 parent 90946de commit ee20e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-mastro/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as http from 'node:http'
22
import { createRequestListener } from '@remix-run/node-fetch-server'
3-
import { Mastro } from '@mastrojs/mastro/server'
3+
import { Mastro } from '@mastrojs/mastro/server-programmatic'
44
import { GET as getHome } from './handlers/home.ts'
55

66
// This is using Mastro's programmatic (Express-like) router

0 commit comments

Comments
 (0)