mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-30 05:02:12 +00:00
feat: Ability to change deployment type for nextjs
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
async function scanRepository() {
|
||||
async function scanRepository(): Promise<void> {
|
||||
try {
|
||||
if (type === 'gitlab') {
|
||||
const files = await get(`${apiUrl}/v4/projects/${projectId}/repository/tree`, {
|
||||
|
||||
Reference in New Issue
Block a user