xgqfrms / app-node-env

APP_ENV & one cli tools for customize env of APP
https://app-node-env.xgqfrms.xyz
MIT License
3 stars 0 forks source link

exit nano editor All In One #16

Open xgqfrms opened 1 year ago

xgqfrms commented 1 year ago

exit nano editor All In One

退出 nano 编辑器, 使用 Control + X

^ === Mac Control key

env.js


// default
const APP_ENV = dev;export default APP_ENV;

// 退出 nano 编辑器, 使用 Control + X
xgqfrms commented 1 year ago
image