fix: promote node-path to production dependency to resolve the Docker error issue
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Open Source License
|
||||
|
||||
SQLBot is licensed under a modified version of the GNU General Public License version 3 (GPLv3), with the following additional conditions:
|
||||
UPage is licensed under a modified version of the GNU General Public License version 3 (GPLv3), with the following additional conditions:
|
||||
|
||||
1. LOGO and copyright information: In the process of using SQLBot's frontend, you may not remove or modify the LOGO or copyright information in the SQLBot console or applications.
|
||||
1. LOGO and copyright information: In the process of using UPage, you may not remove or modify the LOGO or copyright information in the UPage applications.
|
||||
|
||||
2. As a contributor, you should agree that:
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<h1 align="center">UPage</h1>
|
||||
<h3 align="center">基于人工智能的可视化网页构建平台</h3>
|
||||
<h3 align="center">基于大模型的可视化网页构建平台</h3>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://github.com/halo-dev/upage/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/halo-dev/upage.svg?style=flat-square&include_prereleases" /></a>
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
------------------------------
|
||||
|
||||
UPage 是一款基于人工智能的可视化网页构建平台,支持多种 AI 提供商集成,基于自然语言快速实现定制化网页。
|
||||
UPage 是一款基于大模型的可视化网页构建平台,支持多种 AI 提供商集成,基于自然语言快速实现定制化网页。
|
||||
|
||||
------------------------------
|
||||
|
||||
|
||||
@@ -105,7 +105,8 @@
|
||||
"unist-util-visit": "^5.0.0",
|
||||
"winston": "^3.17.0",
|
||||
"winston-daily-rotate-file": "^5.0.0",
|
||||
"zod": "^4.1.11"
|
||||
"zod": "^4.1.11",
|
||||
"node-fetch": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.2.4",
|
||||
@@ -130,7 +131,6 @@
|
||||
"dotenv": "^17.2.2",
|
||||
"fast-glob": "^3.3.3",
|
||||
"husky": "9.1.7",
|
||||
"node-fetch": "^3.3.2",
|
||||
"pnpm": "^10.17.1",
|
||||
"sass-embedded": "^1.93.1",
|
||||
"typescript": "^5.9.2",
|
||||
|
||||
6
pnpm-lock.yaml
generated
6
pnpm-lock.yaml
generated
@@ -182,6 +182,9 @@ importers:
|
||||
nanostores:
|
||||
specifier: ^1.0.1
|
||||
version: 1.0.1
|
||||
node-fetch:
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.2
|
||||
ollama-ai-provider-v2:
|
||||
specifier: ^1.3.1
|
||||
version: 1.3.1(zod@4.1.11)
|
||||
@@ -324,9 +327,6 @@ importers:
|
||||
husky:
|
||||
specifier: 9.1.7
|
||||
version: 9.1.7
|
||||
node-fetch:
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.2
|
||||
pnpm:
|
||||
specifier: ^10.17.1
|
||||
version: 10.17.1
|
||||
|
||||
Reference in New Issue
Block a user