Skip to content

Commit 61088c6

Browse files
rutmanzAlexD717
andauthored
Update fission/vite.config.ts
Co-authored-by: Alexey Dmitriev <157652245+AlexD717@users.noreply.github.com>
1 parent 8fb69d9 commit 61088c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fission/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ if (useSsl) {
3939

4040
const localAssetsExist = await fs.access("./public/Downloadables/Mira",fs.constants.R_OK).then(() => true).catch(() => false)
4141

42-
4342
// https://vitejs.dev/config/
4443
export default defineConfig(({ mode }) => {
4544
process.env = {...process.env, ...loadEnv(mode, process.cwd())};

0 commit comments

Comments
 (0)