- bumped to 1.0.24

- removed stray console.log
This commit is contained in:
2026-01-06 12:37:07 +00:00
parent 4da2e4a975
commit 4e5bff60ae
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "in-car-system-fe", "name": "in-car-system-fe",
"private": true, "private": true,
"version": "1.0.23", "version": "1.0.24",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View File

@@ -3,7 +3,6 @@ import { CAM_BASE } from "../utils/config";
import { toast } from "sonner"; import { toast } from "sonner";
const camBase = import.meta.env.MODE !== "development" ? CAM_BASE : CAM_BASE; const camBase = import.meta.env.MODE !== "development" ? CAM_BASE : CAM_BASE;
console.log(camBase);
const uploadFile = async (file: File) => { const uploadFile = async (file: File) => {
const form = new FormData(); const form = new FormData();