This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import log from "../services/log.js";
8
8
import env from "../services/env.js" ;
9
9
import utils from "../services/utils.js" ;
10
10
import protectedSessionService from "../services/protected_session.js" ;
11
- import packageJson from "../../package.json" ;
11
+ import packageJson from "../../package.json" with { type : "json" } ;
12
12
import assetPath from "../services/asset_path.js" ;
13
13
import appPath from "../services/app_path.js" ;
14
14
import { Request , Response } from 'express' ;
Original file line number Diff line number Diff line change 1
1
"use strict" ;
2
2
3
3
import build from "./build.js" ;
4
- import packageJson from "../../package.json" ;
4
+ import packageJson from "../../package.json" with { type : "json" } ;
5
5
import dataDir from "./data_dir.js" ;
6
6
7
7
const APP_DB_VERSION = 228 ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import dateUtils from "../date_utils.js";
5
5
import path from "path" ;
6
6
import mimeTypes from "mime-types" ;
7
7
import mdService from "./md.js" ;
8
- import packageInfo from "../../../package.json" ;
8
+ import packageInfo from "../../../package.json" with { type : "json" } ;
9
9
import utils from "../utils.js" ;
10
10
import protectedSessionService from "../protected_session.js" ;
11
11
import sanitize from "sanitize-filename" ;
You can’t perform that action at this time.
0 commit comments