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