File tree Expand file tree Collapse file tree 3 files changed +407
-278
lines changed
Expand file tree Collapse file tree 3 files changed +407
-278
lines changed Original file line number Diff line number Diff line change 88import getPort from "get-port" ;
99import puppeteer from "puppeteer" ;
1010import Fastify from "fastify" ;
11- import FastifyStatic from "@ fastify/ static" ;
11+ import FastifyStatic from "fastify- static" ;
1212import { resolve } from "path" ;
1313import type { Compiler , Stats } from "webpack" ;
1414
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "private" : true ,
88 "devDependencies" : {
9- "@fastify/static" : " ^6.8.0" ,
109 "@tsconfig/node12" : " ^1.0.9" ,
1110 "@types/connect" : " ^3.4.35" ,
11+ "@types/fastify-static" : " ^0.14.0" ,
1212 "@types/node" : " ^14.17.5" ,
1313 "@types/puppeteer" : " ^5.4.5" ,
1414 "@types/serve-static" : " ^1.13.10" ,
1515 "connect" : " ^3.7.0" ,
16- "fastify" : " ^4.12.0 " ,
16+ "fastify" : " ^3.29.5 " ,
1717 "fastify-graceful-shutdown" : " ^3.4.0" ,
18+ "fastify-static" : " ^4.7.0" ,
1819 "get-port" : " ^5.1.1" ,
1920 "http-shutdown" : " ^1.2.2" ,
2021 "puppeteer" : " ^13.5.1" ,
You can’t perform that action at this time.
0 commit comments