refactor: cleanup eslint configuration
[poolifier.git] / examples / typescript / http-server-pool / express-worker_threads / src / main.ts
index 3bef1a8a5300855bb7a80cb08d6fca859a0d3a47..fc0f2d84bb7b19a2b05455abea5915ef0959aa2d 100644 (file)
@@ -1,5 +1,7 @@
 import { exit } from 'node:process'
+
 import express, { type Express, type Request, type Response } from 'express'
+
 import { requestHandlerPool } from './pool.js'
 
 /**