api ulandi

This commit is contained in:
Samandar Turgunboyev
2025-10-25 18:46:59 +05:00
parent 2175b2cc74
commit eca7370833
2 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite",
"build": "tsc -b && vite build", "build": "tsc -b && vite build",
"lint": "eslint src --fix", "lint": "eslint src --fix",
"preview": "vite preview", "preview": "vite preview",

3
vercel.json Normal file
View File

@@ -0,0 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}