From b231624e9d5a92c78e8994316161122b812411d8 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Fri, 21 Jan 2022 14:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 36 ++---------------------------------- nuxt.config.ts | 2 +- package.json | 2 +- yarn.lock | 9 ++------- 4 files changed, 6 insertions(+), 43 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0ce641e..dcf3a91 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,41 +6,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/nuxt.config.ts b/nuxt.config.ts index 3f4306e..f2b5418 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,5 +1,5 @@ import { defineNuxtConfig } from 'nuxt3'; -import { resolve } from 'pathe'; +import { resolve } from 'path'; // https://v3.nuxtjs.org/docs/directory-structure/nuxt.config export default defineNuxtConfig({ diff --git a/package.json b/package.json index 8435c0f..9e851fb 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "s": "node .output/server/index.mjs" }, "devDependencies": { - "nuxt3": "latest", + "nuxt3": "^3.0.0-27292434.d68318f", "prettier": "^2.4.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 4398de6..42adb28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3269,12 +3269,7 @@ lodash.uniq@^4.5.0: resolved "https://registry.nlark.com/lodash.uniq/download/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M= -lodash@^4.17.20: - version "4.17.21" - resolved "https://registry.npm.taobao.org/lodash/download/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" - integrity sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw= - -lodash@^4.17.21: +lodash@^4.17.20, lodash@^4.17.21: version "4.17.21" resolved "https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha1-Z5WRxWTDv/quhFTPCz3zcMPWkRw= @@ -3647,7 +3642,7 @@ number-is-nan@^1.0.0: optionalDependencies: fsevents "~2.3.2" -nuxt3@latest: +nuxt3@^3.0.0-27292434.d68318f: version "3.0.0-27292434.d68318f" resolved "https://registry.npmmirror.com/nuxt3/download/nuxt3-3.0.0-27292434.d68318f.tgz#ca1f2969de65ab5be6c221b0b9b1ba8aa2807c78" integrity sha512-v1rY9F2tMCoziH67f9q0UqgTS0Kx1ZgppqSb0Vtlmrp6AjUFTnIM6poa1BS4nGkOyFA+N0WHZ16LgGcSuCibLQ==