Skip to content

Commit 5adb292

Browse files
committed
fix: Include json files
1 parent ce57f7c commit 5adb292

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ RUN yarn install
88
RUN yarn build:solver
99
RUN npm install pm2 -g
1010

11-
# Copy the solvers.json configuration file to the dist directory since it's dynamically imported and not processed by TypeScript compiler
12-
RUN cp ./typescript/solver/config/solvers.json ./typescript/solver/dist/config/solvers.json
13-
1411
# Show current folder structure in logs
1512
RUN ls -al -R
1613

typescript/solver/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838
"experimentalResolver": true,
3939
"files": true
4040
},
41-
"include": ["*.ts"]
41+
"include": ["*.ts", "**/*.json"]
4242
}

0 commit comments

Comments
 (0)