We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07adffb commit dbde683Copy full SHA for dbde683
packages/integration-tests/src/test-projects/seed-test-project/amplify/seed/seed.ts
@@ -3,8 +3,6 @@ import * as auth from 'aws-amplify/auth';
3
import type { Schema } from './../data/resource.js';
4
import { Amplify } from 'aws-amplify';
5
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';
8
import { SemVer } from 'semver';
9
import crypto from 'node:crypto';
10
import path from 'node:path';
0 commit comments