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