I have created a basic app for my ERPNext instance. All my Python files are located in folders within my app. However, all my JavaScript scripts are currently in the ERPNext dashboard, and I am unsure where to place them within my custom app. Is there a specific folder I should use? Additionally, how can I reference them in hooks.py or elsewhere?