mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 11:36:38 +08:00
新的结构
This commit is contained in:
parent
78c9e66c1f
commit
afdb29b5ec
4
.gitignore
vendored
4
.gitignore
vendored
@ -39,4 +39,6 @@ dev
|
||||
public/prompts.json
|
||||
|
||||
.vscode
|
||||
.idea
|
||||
.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",
|
||||
|
Loading…
Reference in New Issue
Block a user