Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
export default defineNuxtConfig({
|
|
compatibilityDate: '2025-10-25',
|
|
$meta: { name: '__LAYER_NAME__' },
|
|
devtools: { enabled: true },
|
|
})
|