Clean useless const

pull/2221/head
Jérémy Rialland 2022-07-07 16:33:12 +02:00 committed by Jérémy Rialland
parent a033b29403
commit 0b172694af
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ import { defineConfig, loadEnv, Plugin } from 'vite'
import { VitePWA } from 'vite-plugin-pwa'
import shimReactPdf from 'vite-plugin-shim-react-pdf'
const HOUR = 60 * 60
const DAY = HOUR * 24
const YEAR = DAY * 365
const env = (mode: string) => loadEnv(mode, process.cwd(), '')
export default defineConfig(({ command, mode }) => ({