Skip to content

Commit

Permalink
fix: typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
susumuota committed Apr 2, 2023
1 parent f7c5bf7 commit 0dd4ed2
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 @@
import path from 'node:path';
import { defineConfig } from 'vite';

// SPDX-FileCopyrightText: 2023 Susumu OTA <1632335+susumuota@users.noreply.github.com>
// SPDX-License-Identifier: MIT

import path from 'node:path';
import { defineConfig } from 'vite';

export default defineConfig({
build: {
emptyOutDir: false,
Expand Down

0 comments on commit 0dd4ed2

Please sign in to comment.