X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fwebsocket-server-pool%2Fws-hybrid%2Frollup.config.ts;fp=examples%2Ftypescript%2Fwebsocket-server-pool%2Fws-hybrid%2Frollup.config.mjs;h=6d2fc34da8437e298f208bc999592ab04acd7f0a;hb=c2515a41c44109efe5dfcb92db2fbc95dc5912ba;hp=3aa319270489473c6ad34b4b4074dda55ef60601;hpb=209917a749a1fb0095526d14840829dc845e9f54;p=poolifier.git diff --git a/examples/typescript/websocket-server-pool/ws-hybrid/rollup.config.mjs b/examples/typescript/websocket-server-pool/ws-hybrid/rollup.config.ts similarity index 93% rename from examples/typescript/websocket-server-pool/ws-hybrid/rollup.config.mjs rename to examples/typescript/websocket-server-pool/ws-hybrid/rollup.config.ts index 3aa31927..6d2fc34d 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/rollup.config.mjs +++ b/examples/typescript/websocket-server-pool/ws-hybrid/rollup.config.ts @@ -1,4 +1,3 @@ -/* eslint-disable n/no-unpublished-import */ import typescript from '@rollup/plugin-typescript' import del from 'rollup-plugin-delete' import { defineConfig } from 'rollup'