refactor: Migrate to ES modules and implement command loading utility for improved structure and logging
This commit is contained in:
@@ -46,6 +46,12 @@
|
||||
dest: "{{ app_dir }}/commands/"
|
||||
mode: '0644'
|
||||
|
||||
- name: Copy utils directory
|
||||
copy:
|
||||
src: utils/
|
||||
dest: "{{ app_dir }}/utils/"
|
||||
mode: '0644'
|
||||
|
||||
- name: Install npm dependencies
|
||||
npm:
|
||||
path: "{{ app_dir }}"
|
||||
|
||||
Reference in New Issue
Block a user