Wip on homepage.
Add documentation how to optimize code size in production.
This commit is contained in:
@@ -5,4 +5,7 @@
|
||||
import { application } from "./application"
|
||||
|
||||
import HelloController from "./hello_controller"
|
||||
import ShadcnTestController from "./shadcn_test_controller"
|
||||
|
||||
application.register("hello", HelloController)
|
||||
application.register("shadcn-test", ShadcnTestController)
|
||||
|
||||
Reference in New Issue
Block a user