From 9ebdb6a1d8a3c3f9ceee2a3ea56da9a5fbb58325 Mon Sep 17 00:00:00 2001 From: WeiJian Chen Date: Sun, 16 Jan 2022 23:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=8C=E8=BF=9B=E5=88=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6node=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app.js b/app.js index a9d937f..26e657a 100644 --- a/app.js +++ b/app.js @@ -1,3 +1,4 @@ +#!/usr/bin/env node const fs = require('fs') const path = require('path') const express = require('express')