File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 "lint" : " npm run cf-typegen && next lint" ,
1111 "tsc" : " npm run cf-typegen && tsc" ,
1212 "format" : " prettier --write app/" ,
13- "copyAllDTSFiles" : " tsx ./copyAllDTSFiles.ts" ,
13+ "copyAllDTSFiles" : " tsx ./scripts/ copyAllDTSFiles.ts" ,
1414 "cf-preview" : " opennextjs-cloudflare build && opennextjs-cloudflare preview --port 3000" ,
1515 "cf-deploy" : " opennextjs-cloudflare build && opennextjs-cloudflare deploy" ,
1616 "cf-typegen" : " wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
Original file line number Diff line number Diff line change 11// node_modules/typescript/lib からd.tsファイルをすべてpublic/typescript/version/にコピーする。
22
33import { knownLibFilesForCompilerOptions } from "@typescript/vfs" ;
4- import { compilerOptions } from "./app/terminal/typescript/runtime" ;
4+ import { compilerOptions } from ".. /app/terminal/typescript/runtime" ;
55import ts from "typescript" ;
66import fs from "node:fs/promises" ;
77import { existsSync } from "node:fs" ;
You can’t perform that action at this time.
0 commit comments