coolify/resources/js
peaklabs-dev 5ed3b2e498
fix(types): inertia type declaration and shared props typing
- when there is no import or export statement on a .d.ts file ts treats it as a "script" instead of a "module". In a "script", declare module "X" is an ambient module declaration that replaces the module. Adding any import or empty export makes the file a module, which changes declare module "X" to a module augmentation that merges with the real module. See: https://www.typescriptlang.org/docs/handbook/modules/reference.html#ambient-modules
2026-03-10 23:26:25 +01:00
..
layouts chore(ui): add persistent layout with page title 2026-03-10 15:31:37 +01:00
pages chore(ui): use layout on dashboard page 2026-03-10 15:31:37 +01:00
app.ts chore(setup): simplify inertia app entry point 2026-03-10 15:18:26 +01:00
inertia.d.ts fix(types): inertia type declaration and shared props typing 2026-03-10 23:26:25 +01:00