feat: update tg integration
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m35s

This commit is contained in:
Hewston Fox
2026-03-18 01:24:50 +02:00
parent 9f0ff8c4e5
commit 16b85048f9
5 changed files with 251 additions and 119 deletions

View File

@@ -19,22 +19,6 @@ export default defineConfig({
}),
tanstackDevtools({
removeDevtoolsOnBuild: true,
logging: true,
injectSource: {
enabled: true,
},
editor: {
name: "WebStorm",
open: async (path, lineNumber, columnNumber) => {
const { exec } = await import("node:child_process");
exec(
`webstorm -g "${path.replaceAll("$", "\\$")}${lineNumber ? `:${lineNumber}` : ""}${columnNumber ? `:${columnNumber}` : ""}"`,
);
},
},
enhancedLogs: {
enabled: true,
},
}),
tanstackRouter({
target: "react",