Skip to content

Commit

Permalink
Merge pull request #2 from susumuota/fix-typo
Browse files Browse the repository at this point in the history
fix: typo.
  • Loading branch information
susumuota committed Apr 2, 2023
2 parents f7c5bf7 + 0dd4ed2 commit 04469a4
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 04469a4

Please sign in to comment.