Skip to content

Commit 163536b

Browse files
committed
copyAllDTSFilesをscriptsディレクトリに移動
1 parent 1e6c9af commit 163536b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// node_modules/typescript/lib からd.tsファイルをすべてpublic/typescript/version/にコピーする。
22

33
import { knownLibFilesForCompilerOptions } from "@typescript/vfs";
4-
import { compilerOptions } from "./app/terminal/typescript/runtime";
4+
import { compilerOptions } from "../app/terminal/typescript/runtime";
55
import ts from "typescript";
66
import fs from "node:fs/promises";
77
import { existsSync } from "node:fs";

0 commit comments

Comments
 (0)