mirror of
https://github.com/vercel/commerce.git
synced 2025-06-08 01:06:59 +00:00
9 lines
194 B
TypeScript
9 lines
194 B
TypeScript
import commerce from '@lib/api/commerce'
|
|
import endpoints from '@framework/api/endpoints'
|
|
|
|
// export const config = {
|
|
// runtime: 'experimental-edge',
|
|
// }
|
|
|
|
export default endpoints(commerce)
|