feat: update tg integration
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m35s
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m35s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user