Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
3517c618
Commit
3517c618
authored
Jul 14, 2022
by
boojack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update `vite`
parent
2e126c71
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
171 additions
and
172 deletions
+171
-172
package.json
web/package.json
+2
-2
vite.config.ts
web/vite.config.ts
+1
-0
yarn.lock
web/yarn.lock
+168
-170
No files found.
web/package.json
View file @
3517c618
...
...
@@ -24,7 +24,7 @@
"@types/react-dom"
:
"^18.0.4"
,
"@typescript-eslint/eslint-plugin"
:
"^5.6.0"
,
"@typescript-eslint/parser"
:
"^5.6.0"
,
"@vitejs/plugin-react"
:
"^
1
.0.0"
,
"@vitejs/plugin-react"
:
"^
2
.0.0"
,
"autoprefixer"
:
"^10.4.2"
,
"eslint"
:
"^8.4.1"
,
"eslint-config-prettier"
:
"^8.3.0"
,
...
...
@@ -35,6 +35,6 @@
"prettier"
:
"2.5.1"
,
"tailwindcss"
:
"^3.0.18"
,
"typescript"
:
"^4.3.2"
,
"vite"
:
"^
2.9
.0"
"vite"
:
"^
3.0
.0"
}
}
web/vite.config.ts
View file @
3517c618
...
...
@@ -7,6 +7,7 @@ export default defineConfig({
plugins
:
[
react
()],
server
:
{
cors
:
true
,
port
:
3000
,
proxy
:
{
"/api"
:
{
target
:
"http://localhost:8080/"
,
...
...
web/yarn.lock
View file @
3517c618
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment