mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 16:46:31 +03:00
5 lines
104 B
TypeScript
5 lines
104 B
TypeScript
export default defineNuxtConfig({
|
|
compatibilityDate: '2025-01-01',
|
|
devtools: { enabled: true },
|
|
});
|