Skip to content

Commit b401f3d

Browse files
committed
Example app and fixed route handler binding
1 parent bb5479c commit b401f3d

25 files changed

+12874
-339
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ dist
104104
.tern-port
105105

106106
# Build Directory
107-
lib/
108107

109108
# IDE & Editors
110109
.idea

properjs/app.ts examples/hello-word-example/app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {ApplicationFactory} from "@core/application-factory";
1+
import {ApplicationFactory} from "properjs/src/core";
22

33
async function bootstrap() {
44
const applicationServerAdapter = await ApplicationFactory.create();

0 commit comments

Comments
 (0)