feat: add docker files and fix dayjs build bug

This commit is contained in:
DaanSelen
2026-03-04 14:31:01 +01:00
parent affc80650b
commit e586979f9d
7 changed files with 761 additions and 3 deletions
@@ -2,8 +2,8 @@
import {computed, ref} from "vue";
import ConfigurationQRCode from "@/components/Configuration/configurationQRCode.vue";
import dayjs from "dayjs";
import Duration from 'dayjs/plugin/Duration'
dayjs.extend(Duration);
import duration from 'dayjs/plugin/duration'
dayjs.extend(duration);
const props = defineProps([
'config'
])
@@ -113,4 +113,4 @@ const emits = defineEmits(['select'])
background-color: #28a745 !important;
box-shadow: 0 0 0 .2rem #28a74545;
}
</style>
</style>