feat: launch options

This commit is contained in:
DecDuck
2025-04-27 21:07:39 +10:00
parent 4941f2a6fa
commit 0f717d51d0
12 changed files with 391 additions and 73 deletions

View File

@ -13,5 +13,5 @@ export default defineNuxtConfig({
ssr: false,
extends: [["github:drop-oss/drop-base"]],
extends: [["./drop-base"]],
});