This repository has been archived on 2026-01-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-11-13 15:31:26 +08:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
# SERVERLESS=1 /var/lang/node12/bin/npm run start -- -e /var/lang/node12/bin/node
|
|
|
|
|
SERVERLESS=1 /var/lang/node12/bin/node ./dist/main.js
|