13 lines
276 B
Crystal
13 lines
276 B
Crystal
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
#
|
|
# SPDX-FileCopyrightText: 2024 Glenn Y. Rolland <glenux@glenux.net>
|
|
# Copyright © 2024 Glenn Y. Rolland <glenux@glenux.net>
|
|
|
|
require "baked_file_system"
|
|
|
|
class FileStorage
|
|
extend BakedFileSystem
|
|
|
|
bake_folder "../static"
|
|
end
|
|
|