Files
Spencer Pincott 97737ca1ae Initial commit
2024-07-15 22:20:13 -04:00

7 lines
232 B
JavaScript

'use strict';
// default entrypoint is the node module
// this is overridden by the `browser` field in package.json
// https://github.com/substack/node-browserify#browser-field
module.exports = require('./src/server/builds/node');