We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0216fc3 commit ce94691Copy full SHA for ce94691
run-server.lisp
@@ -0,0 +1,5 @@
1
+(load "fix-quicklisp")
2
+(ql:quickload :lisp-inference/web)
3
+(webapp:start)
4
+(loop do
5
+ (sleep 10))
0 commit comments