mfm/src/file_storage.cr
Glenn Y. Rolland 6ec7ae0ec7
All checks were successful
continuous-integration/drone/push Build is passing
fix: implement config init
2024-01-24 14:13:29 +01:00

9 lines
104 B
Crystal

require "baked_file_system"
class FileStorage
extend BakedFileSystem
bake_folder "../static"
end