7 lines
169 B
TypeScript
7 lines
169 B
TypeScript
|
// https://nuxt.com/docs/guide/directory-structure/app-config
|
||
|
|
||
|
import opnformConfig from "~/opnform.config.js";
|
||
|
|
||
|
export default defineAppConfig({
|
||
|
...opnformConfig
|
||
|
})
|