mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 09:41:48 +00:00
8 lines
160 B
TypeScript
Executable File
8 lines
160 B
TypeScript
Executable File
export default defineNuxtConfig({
|
|
// https://github.com/nuxt-themes/docus
|
|
extends: ["@nuxt-themes/docus"],
|
|
devtools: { enabled: true },
|
|
|
|
modules: []
|
|
})
|