fix(server): remove the shebang line

This commit is contained in:
pan93412 2022-01-26 11:38:08 +08:00
parent 0ac00325c8
commit fb04e512c0
No known key found for this signature in database
GPG Key ID: 42154B1B1CFE3377

View File

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