Skip to content

Commit

Permalink
Pequenas correções no workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andremaravilha committed Aug 5, 2023
1 parent 9a3d5de commit ef5120a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const config = {
};

export default defineConfig(({ command, mode }) => {
console.log(`vite.config.js: command=${command} mode=${mode}`);
if (command === 'serve') {

// Development mode (vite dev)
Expand Down

0 comments on commit ef5120a

Please sign in to comment.