#!/usr/bin/env node /** * Entry point. The warning filter must be installed before matter.js loads * (its import graph reaches node:sqlite, whose ExperimentalWarning fires at * module load). Static imports are hoisted and evaluated before any code * runs, so the program body is loaded dynamically after the filter. */ import "./warnings.js"; await import("./main.js");