mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-06 13:10:16 -04:00
5 lines
155 B
JavaScript
5 lines
155 B
JavaScript
// Node < 13.3 doesn't support export maps in package.json.
|
|
// Use this proxy file as a fallback.
|
|
|
|
module.exports = require("./data/native-modules.json");
|