Skip to content

Commit dbde683

Browse files
author
Vieltojarvi
committed
removed outputs import
1 parent 07adffb commit dbde683

File tree

1 file changed

+0
-2
lines changed
  • packages/integration-tests/src/test-projects/seed-test-project/amplify/seed

1 file changed

+0
-2
lines changed

packages/integration-tests/src/test-projects/seed-test-project/amplify/seed/seed.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import * as auth from 'aws-amplify/auth';
33
import type { Schema } from './../data/resource.js';
44
import { Amplify } from 'aws-amplify';
55
import { generateClient } from 'aws-amplify/api';
6-
// @ts-ignore this file will not exist until sandbox is created
7-
// import outputs from '../../amplify_outputs.json';
86
import { SemVer } from 'semver';
97
import crypto from 'node:crypto';
108
import path from 'node:path';

0 commit comments

Comments
 (0)