mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01: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)
|