Fix missing javascript in some admin pages

master
Claire 2022-02-11 23:53:35 +01:00
parent f3b9a2b590
commit 28ec7def58
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,9 @@
# (REQUIRED) The location of the pack files.
pack:
about: packs/about.js
admin: packs/admin.js
admin:
- packs/admin.js
- packs/public.js
auth: packs/public.js
common:
filename: packs/common.js

View File

@ -1,7 +1,9 @@
# (REQUIRED) The location of the pack files inside `pack_directory`.
pack:
about: about.js
admin: admin.js
admin:
- admin.js
- public.js
auth: public.js
common:
filename: common.js