1.1.3 • Published 6 months ago
@carescout/lightning v1.1.3
cs-lightning
Package to wrap common settings for Express apps, implement common logging
Usage
import { Request, Response } from 'express';
import { lightning } from '@cs/lightning'
const app = lightning();
app.get('/', (req: Request, res: Response) => {
console.log('test');
res.send(app.get('msg'))
})
app.start?.(4000, () => {
console.log('Web App listening now.')
});1.1.3
6 months ago
1.1.2
7 months ago
1.1.1
7 months ago
1.1.0
7 months ago
1.0.16
7 months ago
1.0.15
7 months ago
1.0.14
7 months ago
1.0.13
7 months ago
1.0.12
7 months ago
1.0.11
7 months ago
1.0.10
7 months ago
1.0.9
7 months ago
1.0.8
7 months ago
1.0.7
7 months ago
1.0.6
7 months ago
1.0.5
7 months ago
1.0.4
7 months ago
1.0.3
7 months ago
1.0.2
7 months ago
1.0.1
7 months ago
1.0.0
9 months ago