Commit 085434d
Fix build and lint failures on dev
- Fix CLI typecheck error: resolveSessionAuth() takes no arguments
- Add dashboard .env.production.local setup to CI workflows that run
build:packages (check-prisma-migrations, setup-tests, setup-tests-with-custom-base-port)
The dashboard build is now triggered by build:packages because
@stackframe/stack-cli#build depends on @stackframe/dashboard#build:rde-standalone.
Without the env file, new URL('') throws TypeError: Invalid URL in layout.tsx.
Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>1 parent bb90106 commit 085434d
4 files changed
Lines changed: 10 additions & 1 deletion
File tree
- .github/workflows
- packages/stack-cli/src/commands
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments