chore: Add server comments to code files
This commit is contained in:
parent
32af90bc3f
commit
7d80e10604
3 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// server
|
||||||
|
// app/config.js
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const path = require('path')
|
const path = require('path')
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// server
|
||||||
// app/socket.js
|
// app/socket.js
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
|
|
3
index.js
3
index.js
|
@ -1,5 +1,6 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
// server
|
||||||
|
// index.js
|
||||||
/**
|
/**
|
||||||
* index.js
|
* index.js
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue