Revert "initial commit: tech_mahindra-studio — frontend wired to studio env (app 164 / org 43)"
This reverts commit a862ea6351.
This commit is contained in:
parent
a862ea6351
commit
41fa98479a
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,5 +2,3 @@ node_modules/
|
||||
dist/
|
||||
.env
|
||||
*.local
|
||||
.DS_Store
|
||||
*-local-command-caveatcaveat-*.txt
|
||||
|
||||
1635
2026-05-23-123334-local-command-caveatcaveat-the-messages-below.txt
Normal file
1635
2026-05-23-123334-local-command-caveatcaveat-the-messages-below.txt
Normal file
File diff suppressed because it is too large
Load Diff
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "tech-mahindra-studio",
|
||||
"name": "tech-mahindra",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "tech-mahindra-studio",
|
||||
"name": "tech-mahindra",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@tanstack/react-query": "^5.60.5",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "tech-mahindra-studio",
|
||||
"name": "tech-mahindra",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
|
||||
BIN
src/.DS_Store
vendored
Normal file
BIN
src/.DS_Store
vendored
Normal file
Binary file not shown.
@ -59,7 +59,7 @@ const STATUS: Record<string, { pill: string; dot: string; bar: string; pulse?: b
|
||||
dot: "bg-stone-400", bar: "bg-stone-400",
|
||||
},
|
||||
};
|
||||
const DS: { pill: string; dot: string; bar: string; pulse?: boolean } = { pill: "text-stone-600 bg-stone-100 ring-stone-200 dark:text-zinc-400 dark:bg-zinc-800 dark:ring-zinc-700", dot: "bg-stone-400", bar: "bg-stone-300" };
|
||||
const DS = { pill: "text-stone-600 bg-stone-100 ring-stone-200 dark:text-zinc-400 dark:bg-zinc-800 dark:ring-zinc-700", dot: "bg-stone-400", bar: "bg-stone-300" };
|
||||
|
||||
const SKIP_KEYS = new Set(["analysis_so_far"]);
|
||||
|
||||
|
||||
@ -1,16 +1,15 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
const devTarget = "https://studio.getzino.in";
|
||||
const devTarget = "https://sandbox.getzino.in";
|
||||
const proxy = (target: string) => ({ target, changeOrigin: true, secure: false });
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
base: process.env.VITE_BASE_URL ?? "/tech_mahindra/",
|
||||
server: {
|
||||
port: 3008,
|
||||
port: 3005,
|
||||
proxy: {
|
||||
"/usr": proxy(devTarget),
|
||||
"/login": proxy(devTarget),
|
||||
"/apps": proxy(devTarget),
|
||||
"/agents": proxy(devTarget),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user