6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
import { Context } from '@nuxt/types'
|
|
|
|
export default async (context: Context) => {
|
|
console.log('executed')
|
|
}
|