This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lovecoding
/
VIP20
Segui
6
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9bc72f1f1d
Rami (Branch)
Tag
master
VIP20
/
19_Node.js
/
day-3
/
code
/
koa-app
/
app.config.js
app.config.js
73 B
Cronologia
Originale
1
2
3
4
5
export default {
port: 4000,
host: '0.0.0.0',
public: 'public',
};