Commit 953b708
fix: correct templates directory path for Next.js dev mode
Use process.cwd() relative path instead of __dirname which doesn't
work correctly with Next.js turbopack compilation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 7817c52 commit 953b708
File tree
1 file changed
+6
-1
lines changed- apps/sim/app/api/workflows/[id]/export-service
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
0 commit comments