0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-27 09:50:52 -05:00
liabru-matter-js/demo/js/Server.js

3 lines
149 B
JavaScript

// bundle entry point for the development server
Example = require('../../examples/index.js');
module.exports = require('../../src/module/main.js');