Merge pull request #1440 from cweijan/master

增加二进制文件node标识
This commit is contained in:
binaryify 2022-01-17 09:29:28 +08:00 committed by GitHub
commit 8ea1dc5d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
app.js
View File

@ -1,3 +1,4 @@
#!/usr/bin/env node
const fs = require('fs')
const path = require('path')
const express = require('express')