New eveal #32

Merged
Sirttas merged 115 commits from new-eveal into main 2026-07-14 17:15:11 +02:00
2 changed files with 0 additions and 14 deletions
Showing only changes of commit da7a729321 - Show all commits
-11
View File
@@ -1,11 +0,0 @@
import {logResource} from '@/service';
import axios from 'axios';
export const evepraisalAxiosInstance = axios.create({
baseURL: import.meta.env.VITE_EVEPRAISAL_URL,
headers: {
'accept': 'application/json',
"Content-Type": "application/json"
},
})
logResource(evepraisalAxiosInstance)
-3
View File
@@ -20,8 +20,5 @@ export default defineConfig({
server: {
port: 3000,
strictPort: true,
watch: {
usePolling: true
}
}
});