Adding tests for the user service , and closing a few logic errors. Adding support for a single wild card for matching all users.

This commit is contained in:
Dan 2022-12-19 10:05:19 -05:00
parent aca23dc56e
commit 9252af8138
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ module.exports = {
new CopyWebpackPlugin({
patterns: [
{ from: 'assets/**', to: 'vendor/bpmn-js', context: 'node_modules/bpmn-js/dist/' },
{ from: '*.css', to: 'vendor/bpmn-js-color-picker', context: 'node_modules/bpmn-js-color-picker/colors' },
{
from: 'assets/**',
to: 'vendor/bpmn-js-properties-panel',