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/image-types/global" />
|
||||
/// <reference path="./.next/types/routes.d.ts" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// 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,
|
||||
"scripts": {
|
||||
"predev": "node scripts/check-pagefind.js",
|
||||
"dev": "tinacms dev -c \"next dev --turbopack\"",
|
||||
"build": "echo 'Starting TinaCMS build...' && tinacms build && echo 'TinaCMS build completed. Starting Next.js build...' && next build",
|
||||
"dev": "node --dns-result-order=ipv4first ./node_modules/.bin/tinacms dev -c \"next dev --turbopack\"",
|
||||
"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",
|
||||
"build-local-pagefind": "tinacms build && next build && npx pagefind --site .next --output-subdir ../public/pagefind",
|
||||
"export": "tinacms build && EXPORT_MODE=static,UNOPTIMIZED_IMAGES=true next build",
|
||||
"start": "tinacms build && next start",
|
||||
"build-local-pagefind": "node --dns-result-order=ipv4first ./node_modules/.bin/tinacms build && next build && npx pagefind --site .next --output-subdir ../public/pagefind",
|
||||
"export": "node --dns-result-order=ipv4first ./node_modules/.bin/tinacms build && EXPORT_MODE=static,UNOPTIMIZED_IMAGES=true next build",
|
||||
"start": "node --dns-result-order=ipv4first ./node_modules/.bin/tinacms build && next start",
|
||||
"lint": "biome check src/ tina/",
|
||||
"lint:fix": "biome check src/ tina/ --fix",
|
||||
"cleanup": "node scripts/cleanup.js",
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user