增加二进制文件node标识

This commit is contained in:
WeiJian Chen 2022-01-16 23:52:31 +08:00 committed by GitHub
parent 9579e709f1
commit 9ebdb6a1d8
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')