mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
4 lines
70 B
JavaScript
Executable file
4 lines
70 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
'use strict'
|
|
|
|
process.exit(require('./') ? 0 : 1)
|