mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-24 10:21:15 +01:00
Fix performance related to having 100s of requests (#123)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"dev": "vite dev --force",
|
||||
"build": "vite build",
|
||||
"lint": "tsc && eslint . --ext .ts,.tsx"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user