mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-27 07:14:56 +00:00
9 lines
225 B
Lua
9 lines
225 B
Lua
--- Module redirect
|
|
--- DEPRECATED: Use tenants.init instead
|
|
---@module tenants
|
|
---@deprecated
|
|
|
|
-- Tenants module redirect
|
|
-- This file now redirects to the modular implementation in tenants/
|
|
return require("tenants.init")
|