Import placeholder
parent
9dc53e6428
commit
e667634a3d
|
@ -1,4 +1,5 @@
|
||||||
import type { Handler } from 'https://raw.githubusercontent.com/honojs/hono/v2.0.6/deno_dist/mod.ts'
|
import type { Handler } from 'https://raw.githubusercontent.com/honojs/hono/v2.0.6/deno_dist/mod.ts'
|
||||||
|
// import Toucan from '../node_modules/toucan-js/dist/index.d.ts'
|
||||||
|
|
||||||
export const sentry = (): Handler => {
|
export const sentry = (): Handler => {
|
||||||
return async (c, next) => {
|
return async (c, next) => {
|
||||||
|
|
Loading…
Reference in New Issue