mirror of
https://github.com/coollabsio/coolify.git
synced 2026-09-25 17:01:49 -04:00
885e454fa8f8a33353e7e8f80296d36d71f8033e
- 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. Read more: https://www.typescriptlang.org/docs/handbook/modules/reference.html#ambient-modules
Description
An open-source, self-hostable PaaS alternative to Vercel, Heroku & Netlify that lets you easily deploy static sites, databases, full-stack applications and 280+ one-click services on your own servers.
coolifydatabasesdeploymentdockerdocker-composeinertiajslaravelmariadbmysqlnextjsnodejsphppostgresredisself-hostedself-hostingserverstatic-sitesveltesvelte5
Readme
Apache-2.0
422 MiB
Languages
PHP
48.2%
JavaScript
38.6%
Blade
10.2%
TypeScript
1.5%
Shell
0.9%
Other
0.5%