Setup lisp env
This commit is contained in:
parent
0ccb051d75
commit
4bf1179bdc
5 changed files with 29 additions and 0 deletions
src
9
src/main.lisp
Normal file
9
src/main.lisp
Normal file
|
@ -0,0 +1,9 @@
|
|||
(uiop:define-package :ningle-fbr
|
||||
(:nicknames #:ningle-fbr/main)
|
||||
(:use #:cl
|
||||
#:ningle)
|
||||
(:export #:enable-file-based-routing))
|
||||
(in-package :ningle-fbr)
|
||||
|
||||
(defun enable-file-based-routing (app directory)
|
||||
(declare (ignore app directory)))
|
Loading…
Add table
Add a link
Reference in a new issue