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:
parent
df1a0bc4e2
commit
12ba18c5aa
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue