2024-10-27 20:41:35 +01:00
|
|
|
# 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>
|
|
|
|
|
2024-01-24 14:13:29 +01:00
|
|
|
require "baked_file_system"
|
|
|
|
|
|
|
|
class FileStorage
|
|
|
|
extend BakedFileSystem
|
|
|
|
|
|
|
|
bake_folder "../static"
|
|
|
|
end
|
|
|
|
|