chore: Add server comments to code files

This commit is contained in:
Bill Church 2024-07-18 14:58:35 +00:00
parent 32af90bc3f
commit 7d80e10604
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// server
// app/config.js
'use strict' 'use strict'
const path = require('path') const path = require('path')

View file

@ -1,3 +1,4 @@
// server
// app/socket.js // app/socket.js
'use strict' 'use strict'

View file

@ -1,5 +1,6 @@
'use strict' 'use strict'
// server
// index.js
/** /**
* index.js * index.js
* *