Cleanup / Copyright

This commit is contained in:
Andreas Palm 2023-12-11 11:21:39 +01:00
parent a0d4cd1ff3
commit 0583406650
4 changed files with 8 additions and 10 deletions

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2023 Andreas Palm
SPDX-License-Identifier: LicenseRef-EGPL-3.1
-->
<script setup>
import AutoComplete from "@res/vue/AutoComplete.vue";
import Button from "primevue/button";

View File

@ -24,7 +24,6 @@ export default {
mode: 'development',
resolve: {
alias: {
'@theme': path.resolve(__dirname, 'www/themes/new/js'),
'@res': path.resolve(__dirname, 'resources')
}
}

View File

@ -1,7 +0,0 @@
{
"classes/Modules/MatrixProduct/www/js/entry.js": {
"file": "assets/modules/MatrixProduct-4ed993c7.js",
"isEntry": true,
"src": "classes/Modules/MatrixProduct/www/js/entry.js"
}
}