Add build cache

This commit is contained in:
2024-09-04 17:40:55 +02:00
committed by GitHub
parent bed0e10e6c
commit cf87bd1712

View File

@@ -5,6 +5,10 @@ export default defineNuxtConfig({
compatibilityDate: '2024-08-21', compatibilityDate: '2024-08-21',
experimental: {
buildCache: true,
},
devServer: { devServer: {
host: '127.0.0.1', host: '127.0.0.1',
}, },