Migration FOundry v13/v14

This commit is contained in:
2026-04-19 00:43:33 +02:00
parent 89b3e401a4
commit e3002dd602
28 changed files with 4584 additions and 2956 deletions

8
rollup.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
export default {
input: 'src/module/core.js',
output: {
file: 'mgt2.bundle.js',
format: 'es',
sourcemap: true,
},
};