From 5bce07ea8de02a08409a831e6defc9047f7b7c36 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 6 Sep 2021 16:02:20 +0800 Subject: [PATCH] chore: rename vite-env.d.ts to env.d.ts Most of its content is tool-agnostic --- template/config/typescript/{vite-env.d.ts => env.d.ts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename template/config/typescript/{vite-env.d.ts => env.d.ts} (100%) diff --git a/template/config/typescript/vite-env.d.ts b/template/config/typescript/env.d.ts similarity index 100% rename from template/config/typescript/vite-env.d.ts rename to template/config/typescript/env.d.ts -- 2.39.5