Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
KonnorRogers committed Oct 15, 2023
1 parent 5922e07 commit fdb0f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/// <reference types="vitest" />

import { defineConfig } from 'vite'
import { defineConfig } from "vite";

export default defineConfig({
test: {
environment: "node"
environment: "node",
},
})
});

0 comments on commit fdb0f06

Please sign in to comment.