mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 11:36:42 +00:00
Lovable update
Eu acho que o ideial seria o usuário poder criar os cron jobs por ela mas também ter a opção de criar via plataforma. podemos fazer assim? Caso não, priorizamos a criação por ela, sem a plataforma X-Lovable-Edit-ID: edt-68797474-7ac2-49ae-bd27-2b56250b8e36 Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
commit
b4bf99550d
1 changed files with 9 additions and 0 deletions
|
|
@ -670,3 +670,12 @@ const rootRouteChildren: RootRouteChildren = {
|
|||
export const routeTree = rootRouteImport
|
||||
._addFileChildren(rootRouteChildren)
|
||||
._addFileTypes<FileRouteTypes>()
|
||||
|
||||
import type { getRouter } from './router.tsx'
|
||||
import type { createStart } from '@tanstack/react-start'
|
||||
declare module '@tanstack/react-start' {
|
||||
interface Register {
|
||||
ssr: true
|
||||
router: Awaited<ReturnType<typeof getRouter>>
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue