Skip to content

Commit

Permalink
remove vapor
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Sep 6, 2022
1 parent 9c0574a commit de2a7ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,6 @@ function ensureCommandShouldRunInEnvironment(command: 'build'|'serve', env: Reco
return;
}

if (typeof env.VAPOR_SSM_PATH !== 'undefined') {
throw Error('You should not run the Vite HMR server on Vapor. You should build your assets for production instead.');
}

if (typeof env.LARAVEL_FORGE !== 'undefined') {
throw Error('You should not run the Vite HMR server in your Forge deployment script. You should build your assets for production instead.');
}
Expand Down

0 comments on commit de2a7ac

Please sign in to comment.