1
0
Fork 0
mirror of https://github.com/rharkor/caching-for-turbo.git synced 2025-06-08 01:37:01 +09:00

fix: lint

This commit is contained in:
rharkor 2025-04-10 11:25:31 +02:00
parent df1a0bc4e2
commit 12ba18c5aa

View file

@ -1,8 +1,6 @@
import Fastify from 'fastify'
import { serverPort } from '../constants'
import { getCache, saveCache } from '../cache'
import * as cache from '@actions/cache'
import fs from 'fs/promises'
export async function server(): Promise<void> {
//* Create the server