Skip to content

Commit

Permalink
ci: make ci great again
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3ework committed Feb 2, 2024
1 parent 0ad1c91 commit 1416e26
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"pnpm": "^7.0.0",
"yarn": "forbidden, use pnpm",
Expand Down
4 changes: 4 additions & 0 deletions playground/multiple-hmr/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"]
}
File renamed without changes.
1 change: 1 addition & 0 deletions playground/vitestSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export async function startDefaultServe({
server: {
port,
},
configFile: false,
}

if (!isBuild) {
Expand Down

0 comments on commit 1416e26

Please sign in to comment.