Skip to content

Commit

Permalink
docs: module docs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeCheneler authored Nov 22, 2024
1 parent 5727db6 commit f2491d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mage/server",
"version": "0.8.1",
"version": "0.8.2",
"license": "MIT",
"exports": "./mod.ts",
"tasks": {
Expand Down
8 changes: 8 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/**
* This module is the entry point for the Mage Server framework. It
* exports all the core functionality of the framework as well as the
* middleware.
*
* @module
*/

// core
export { MageApp } from "./src/app.ts";
export { MageContext } from "./src/context.ts";
Expand Down

0 comments on commit f2491d3

Please sign in to comment.