Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
requinDr committed Dec 4, 2023
1 parent d11a11a commit 007b533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsukihime-port",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react';
import viteTsconfigPaths from 'vite-tsconfig-paths';
import svgrPlugin from 'vite-plugin-svgr';

const targetFolder = "tsukidev"
const targetFolder = "tsukiweb"
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
Expand Down

0 comments on commit 007b533

Please sign in to comment.