Skip to content

Commit ec8b57f

Browse files
committed
Add mandatory assets entrypoint
Note: They are not required, but mandatory for TestApplication
1 parent 6d1ede5 commit ec8b57f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

assets/admin/entrypoint.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Mandatory by test application
2+
// whereas it's useless

assets/shop/entrypoint.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Mandatory by test application
2+
// whereas it's useless

0 commit comments

Comments
 (0)