after first run
This commit is contained in:
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.
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -4,12 +4,12 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"predev": "node scripts/check-pagefind.js",
|
"predev": "node scripts/check-pagefind.js",
|
||||||
"dev": "tinacms dev -c \"next dev --turbopack\"",
|
"dev": "node --dns-result-order=ipv4first ./node_modules/.bin/tinacms dev -c \"next dev --turbopack\"",
|
||||||
"build": "echo 'Starting TinaCMS build...' && tinacms build && echo 'TinaCMS build completed. Starting Next.js build...' && next build",
|
"build": "echo 'Starting TinaCMS build...' && node --dns-result-order=ipv4first ./node_modules/.bin/tinacms build && echo 'TinaCMS build completed. Starting Next.js build...' && next build",
|
||||||
"postbuild": "npx pagefind --site .next --output-path .next/static/pagefind && next-sitemap",
|
"postbuild": "npx pagefind --site .next --output-path .next/static/pagefind && next-sitemap",
|
||||||
"build-local-pagefind": "tinacms build && next build && npx pagefind --site .next --output-subdir ../public/pagefind",
|
"build-local-pagefind": "node --dns-result-order=ipv4first ./node_modules/.bin/tinacms build && next build && npx pagefind --site .next --output-subdir ../public/pagefind",
|
||||||
"export": "tinacms build && EXPORT_MODE=static,UNOPTIMIZED_IMAGES=true next build",
|
"export": "node --dns-result-order=ipv4first ./node_modules/.bin/tinacms build && EXPORT_MODE=static,UNOPTIMIZED_IMAGES=true next build",
|
||||||
"start": "tinacms build && next start",
|
"start": "node --dns-result-order=ipv4first ./node_modules/.bin/tinacms build && next start",
|
||||||
"lint": "biome check src/ tina/",
|
"lint": "biome check src/ tina/",
|
||||||
"lint:fix": "biome check src/ tina/ --fix",
|
"lint:fix": "biome check src/ tina/ --fix",
|
||||||
"cleanup": "node scripts/cleanup.js",
|
"cleanup": "node scripts/cleanup.js",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user