Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Aug 26, 2024
1 parent 1e1c280 commit b5f3925
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vinxi/bin/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ const command = defineCommand({
process.env.NITRO_TARGET ??
"node-server";

const { log, c } = await import("../lib/logger.js");
log(c.dim(c.yellow(`v${packageJson.version}`)));
log('deploying')

switch (process.env.SERVER_PRESET) {
case "node-server":
await import(
Expand Down

0 comments on commit b5f3925

Please sign in to comment.