Skip to content

Commit

Permalink
fix: deploy script import
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Oct 6, 2024
1 parent 17a463a commit eb47411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/deploy-script/src/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
ApiGatewayV2Client,
GetApisCommand,
} from "@aws-sdk/client-apigatewayv2";
import { checkHasUsers, createAdminUser } from "./users";
import { checkHasUsers, createAdminUser } from "./users.js";

const exec = (command, options = {}) => {
const child = child_process.exec(command, {
Expand Down

0 comments on commit eb47411

Please sign in to comment.