Skip to content

Commit

Permalink
snapshots...
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 committed Jan 15, 2025
1 parent a36c5d2 commit c7b752f
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/snapshots/generate_plan_tests__node_vite_lit_ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ snapshot_kind: text
},
"caddy": {
"name": "caddy",
"dependsOn": [
"setup"
],
"nixPkgs": [
"caddy"
],
Expand Down
3 changes: 3 additions & 0 deletions tests/snapshots/generate_plan_tests__node_vite_preact_ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ snapshot_kind: text
},
"caddy": {
"name": "caddy",
"dependsOn": [
"setup"
],
"nixPkgs": [
"caddy"
],
Expand Down
3 changes: 3 additions & 0 deletions tests/snapshots/generate_plan_tests__node_vite_qwik_ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ snapshot_kind: text
},
"caddy": {
"name": "caddy",
"dependsOn": [
"setup"
],
"nixPkgs": [
"caddy"
],
Expand Down
3 changes: 3 additions & 0 deletions tests/snapshots/generate_plan_tests__node_vite_react_ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ snapshot_kind: text
},
"caddy": {
"name": "caddy",
"dependsOn": [
"setup"
],
"nixPkgs": [
"caddy"
],
Expand Down
5 changes: 4 additions & 1 deletion tests/snapshots/generate_plan_tests__node_vite_solid_ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ snapshot_kind: text
"variables": {
"CI": "true",
"NIXPACKS_METADATA": "node",
"NIXPACKS_SPA_OUTPUT_DIR": "dist",
"NIXPACKS_SPA_OUTPUT_DIR": "out",
"NODE_ENV": "production",
"NPM_CONFIG_PRODUCTION": "false"
},
Expand All @@ -31,6 +31,9 @@ snapshot_kind: text
},
"caddy": {
"name": "caddy",
"dependsOn": [
"setup"
],
"nixPkgs": [
"caddy"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ snapshot_kind: text
"variables": {
"CI": "true",
"NIXPACKS_METADATA": "node",
"NIXPACKS_SPA_OUTPUT_DIR": "dist",
"NIXPACKS_SPA_OUTPUT_DIR": "build",
"NODE_ENV": "production",
"NPM_CONFIG_PRODUCTION": "false"
},
Expand All @@ -31,6 +31,9 @@ snapshot_kind: text
},
"caddy": {
"name": "caddy",
"dependsOn": [
"setup"
],
"nixPkgs": [
"caddy"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ snapshot_kind: text
},
"caddy": {
"name": "caddy",
"dependsOn": [
"setup"
],
"nixPkgs": [
"caddy"
],
Expand Down
3 changes: 3 additions & 0 deletions tests/snapshots/generate_plan_tests__node_vite_vue_ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ snapshot_kind: text
},
"caddy": {
"name": "caddy",
"dependsOn": [
"setup"
],
"nixPkgs": [
"caddy"
],
Expand Down

0 comments on commit c7b752f

Please sign in to comment.