mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-25 10:16:48 +08:00
新的结构
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -40,3 +40,5 @@ public/prompts.json
|
||||
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
pnpm-lock.yaml
|
||||
@@ -8,7 +8,7 @@ WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
RUN yarn config set registry 'https://registry.npm.taobao.org'
|
||||
RUN yarn config set registry 'https://registry.npmmirror.com'
|
||||
RUN yarn install
|
||||
|
||||
FROM base AS builder
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
|
||||
require("../polyfill");
|
||||
import "../polyfill.ts";
|
||||
|
||||
import { useState, useEffect, useRef } from "react";
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"emoji-picker-react": "^4.4.7",
|
||||
"eventsource-parser": "^0.1.0",
|
||||
"fuse.js": "^6.6.2",
|
||||
"next": "^13.3.1-canary.8",
|
||||
"next": "^13.3.0",
|
||||
"node-fetch": "^3.3.1",
|
||||
"openai": "^3.2.1",
|
||||
"react": "^18.2.0",
|
||||
|
||||
Reference in New Issue
Block a user