1
0
mirror of synced 2026-05-21 01:36:28 +08:00

chore: fix nuxt config import

This commit is contained in:
YunYouJun
2025-10-07 00:27:14 +08:00
parent 3f4ef6b3e4
commit 8dad7fbbf4
3 changed files with 12 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
import process from 'node:process'
import { defineNuxtConfig } from 'nuxt/config'
// import { pwa } from './app/config/pwa'
import { appDescription } from './app/constants/index'