liyad-webapp-example
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "liyad-webapp-example", | ||
"private": false, | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Web app example for Liyad Lisp interpreter; using LSX and React.", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -19,3 +19,3 @@ # liyad-webapp-example | ||
```bash | ||
$ liyad -p LSX_async --lsx-boot lsxboot.js app.lisp | ||
$ liyad -p LSX_async --lsx-boot ./lsxboot.js app.lisp | ||
``` | ||
@@ -22,0 +22,0 @@ Server will serve on port 3000. |
7883