Clean up repo: remove amplify.yml, update gitignore
All checks were successful
Deploy / deploy (push) Successful in 1m29s
All checks were successful
Deploy / deploy (push) Successful in 1m29s
Delete deprecated Amplify config leftover from Gitea migration. Update next-env.d.ts for Next.js 15.5 route types. Add .mcp.json and *.png to gitignore.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -58,3 +58,9 @@ temp-*.sh
|
|||||||
# Lambda packages
|
# Lambda packages
|
||||||
lambda/*.zip
|
lambda/*.zip
|
||||||
lambda/**/node_modules/
|
lambda/**/node_modules/
|
||||||
|
|
||||||
|
# MCP config (local dev tooling)
|
||||||
|
.mcp.json
|
||||||
|
|
||||||
|
# Images/screenshots
|
||||||
|
*.png
|
||||||
18
amplify.yml
18
amplify.yml
@@ -1,18 +0,0 @@
|
|||||||
version: 1
|
|
||||||
frontend:
|
|
||||||
phases:
|
|
||||||
preBuild:
|
|
||||||
commands:
|
|
||||||
- npm ci
|
|
||||||
- npm run security:check
|
|
||||||
build:
|
|
||||||
commands:
|
|
||||||
- npm run build
|
|
||||||
artifacts:
|
|
||||||
baseDirectory: out
|
|
||||||
files:
|
|
||||||
- '**/*'
|
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- node_modules/**/*
|
|
||||||
- .next/cache/**/*
|
|
||||||
1
next-env.d.ts
vendored
1
next-env.d.ts
vendored
@@ -1,5 +1,6 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
|
/// <reference path="./.next/types/routes.d.ts" />
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// NOTE: This file should not be edited
|
||||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
||||||
|
|||||||
Reference in New Issue
Block a user