mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
move base to libraries
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
devtools: false,
|
||||
|
||||
extends: [["../../base"]],
|
||||
extends: [["../../libraries/base"]],
|
||||
|
||||
app: {
|
||||
baseURL: "/main",
|
||||
|
||||
@@ -36,7 +36,7 @@ console.log(`Drop ${dropVersion} #${commitHash}`);
|
||||
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
extends: ["../base"],
|
||||
extends: ["../libraries/base"],
|
||||
// Module config from here down
|
||||
|
||||
modules: [
|
||||
|
||||
Reference in New Issue
Block a user