1.1.3 • Published 8 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
8 months ago
1.1.2
8 months ago
1.1.1
8 months ago
1.1.0
8 months ago
1.0.16
8 months ago
1.0.15
8 months ago
1.0.14
8 months ago
1.0.13
8 months ago
1.0.12
8 months ago
1.0.11
8 months ago
1.0.10
8 months ago
1.0.9
8 months ago
1.0.8
8 months ago
1.0.7
8 months ago
1.0.6
8 months ago
1.0.5
9 months ago
1.0.4
9 months ago
1.0.3
9 months ago
1.0.2
9 months ago
1.0.1
9 months ago
1.0.0
10 months ago