Skip to content

Commit

Permalink
fix: correctly set env on windows (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
demkom58 committed Jun 25, 2023
1 parent d3441f5 commit 2ba1ada
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vite-ts-tailwind-starter",
"version": "4.1.0",
"scripts": {
"dev": "DEBUG=0 vite",
"dev": "cross-env DEBUG=0 vite",
"build": "vite build",
"preview": "vite build && vite preview",
"start": "pnpm dev & wait-on tcp:3000 -v",
Expand Down Expand Up @@ -39,6 +39,7 @@
"@vue/test-utils": "2.3.2",
"@vue/tsconfig": "0.4.0",
"autoprefixer": "10.4.14",
"cross-env": "^7.0.3",
"cssnano": "6.0.1",
"eslint": "8.42.0",
"eslint-config-prettier": "8.8.0",
Expand Down
11 changes: 11 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 2ba1ada

@vercel
Copy link

@vercel vercel bot commented on 2ba1ada Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.