Skip to content

Commit

Permalink
Merge branch 'staging/fix-2312-cli-windows-paths' of https://github.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns committed Jul 5, 2024
2 parents de58ff4 + 2359abf commit 7709b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import chalk from 'chalk';
import figlet from 'figlet';
import path from 'path';
import * as dotenv from 'dotenv';
// import slash from 'slash';

import { init, generate, tscWatch, configWatch, dockerRun, version } from './cli.js';
import deployService from './services/deploy.service.js';
Expand Down

0 comments on commit 7709b3a

Please sign in to comment.