Merge branch 'main' into feat-endpoint-style-structure

This commit is contained in:
Daniel Avila 2023-04-01 19:41:36 -04:00
commit 8fa20d9356
18 changed files with 2281 additions and 24 deletions

View file

@ -2,9 +2,11 @@
"name": "chatgpt-clone",
"version": "0.2.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "webpack",
"build": "vite build",
"dev": "vite",
"preview-prod": "vite preview",
"build-dev": "Webpack . --watch"
},
"repository": {