ef9345767b
* fix: SSR builds were hitting an undefined error and skipping the step for copying original assets * chore: update lockfile * chore: adding better error validation to getImage and getPicture * refactor: cleaning up index.ts * refactor: moving SSG build generation logic out of the integration * splitting build to ssg & ssr helpers, re-enabling SSR image build tests * sharp should automatically rotate based on EXIF * cleaning up how static images are tracked for SSG builds * undo unrelated mod.d.ts change * chore: add changeset
10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"name": "@test/basic-image",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@astrojs/image": "workspace:*",
|
|
"@astrojs/node": "workspace:*",
|
|
"astro": "workspace:*"
|
|
}
|
|
}
|