fix deploy build

This commit is contained in:
hamid zarghami
2025-01-11 14:12:21 +03:30
parent 24fbeece97
commit 0da02d2f03
2 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { FC, useEffect, useState } from 'react'
import { BrowserRouter } from 'react-router-dom'
import 'swiper/css'
import 'swiper/swiper-bundle.css';
import 'rc-rate/assets/index.css';
import i18next from 'i18next'
import { I18nextProvider } from 'react-i18next'
+8 -4
View File
@@ -1,7 +1,11 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.node.json"
}
],
}