Skip to content

Commit a499b9b

Browse files
committed
chore: wip
1 parent 54fe414 commit a499b9b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.stacks/core/path/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,6 @@ export function projectPath(filePath = '') {
262262
while (path.includes('.stacks'))
263263
path = resolve(path, '..')
264264

265-
if (!path.includes('.stacks'))
266-
path = resolve(path, '.')
267-
268265
return resolve(path, filePath)
269266
}
270267

0 commit comments

Comments
 (0)