Initial release

This commit is contained in:
2024-11-14 11:53:56 -05:00
commit 234c34db26
13 changed files with 1837 additions and 0 deletions

5
_cms.ts Normal file
View File

@@ -0,0 +1,5 @@
import lumeCMS from "lume/cms/mod.ts";
const cms = lumeCMS();
export default cms;