coolify/resources
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
..
css chore(setup): create core skeleton 2025-11-30 16:50:04 +01:00
js fix(types): inertia type declaration and shared props typing 2026-03-10 23:26:25 +01:00
views chore(ui): add inertia app entry point 2026-03-04 20:36:45 +01:00