Commit 26049195 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

f

parent d2c5cfc0
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"imports": { "imports": {
"#models/*": { "#models/*": {
"types": "./src/models/*", "types": "./src/models/*",
"default": "./dist/models/*" "default": "./dist/models/*.js"
}, },
"#controllers/*": { "#controllers/*": {
"types": "./src/controllers/*", "types": "./src/controllers/*",
......
...@@ -3,7 +3,7 @@ import fs from 'node:fs'; ...@@ -3,7 +3,7 @@ import fs from 'node:fs';
import path from 'node:path'; import path from 'node:path';
// Nạp file cấu hình // Nạp file cấu hình
import swaggerOptions from '#templates/swagger/config.js'; import swaggerOptions from '#templates/swagger/config';
try { try {
console.log('--- Đang bắt đầu quét mã nguồn để tạo tài liệu API ---'); console.log('--- Đang bắt đầu quét mã nguồn để tạo tài liệu API ---');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment