Add framework models to Core_Bundle

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-12-10 02:40:56 +00:00
parent ecc386301f
commit 7af5323d84

View File

@@ -25,6 +25,7 @@ class Core_Bundle extends Rsx_Bundle_Abstract
'app/RSpade/Core/Js',
'app/RSpade/Core/Data',
'app/RSpade/Core/Database',
'app/RSpade/Core/Models', // Framework models (User_Model, Site_Model, etc.)
'app/RSpade/Core/SPA',
'app/RSpade/Core/Debug', // Debug components (JS_Tree_Debug_*)
'app/RSpade/Lib',