Major progress on Planck.js migration - server starts without crashing

This commit is contained in:
Karl Pannek 2025-07-16 13:28:21 +02:00
parent 74957807e2
commit 875abd60d9
7 changed files with 64 additions and 54 deletions

9
app/Lib/Vendor/Planck.js vendored Normal file
View file

@ -0,0 +1,9 @@
define([
"Lib/Vendor/planck.min"
], function(planck) {
"use strict";
// planck.min.js exports the planck object through AMD
// Return it for RequireJS module system
return planck;
});