Skip to content

Commit

Permalink
fix srv-fn test
Browse files Browse the repository at this point in the history
  • Loading branch information
edivados committed Nov 4, 2023
1 parent 2340ba8 commit 5ee5762
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 126 deletions.
127 changes: 6 additions & 121 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/templates/react-srv-fn/app.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import reactRefresh from "@vitejs/plugin-react";
import { serverFunctions } from "@vinxi/server-functions";
import { serverFunctions } from "@vinxi/server-functions/plugin";
import { createApp } from "vinxi";

export default createApp({
Expand Down
8 changes: 4 additions & 4 deletions test/templates/react-srv-fn/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "test-react",
"name": "test-react-srv-fn",
"type": "module",
"private": true,
"version": null,
Expand All @@ -9,13 +9,13 @@
"start": "node .output/server/index.mjs"
},
"dependencies": {
"@vinxi/react": "0.0.11",
"@vinxi/react": "workspace:*",
"@vitejs/plugin-react": "^4.0.4",
"@vinxi/server-functions": "0.0.37",
"@vinxi/server-functions": "workspace:*",
"path-to-regexp": "^6.2.1",
"react": "0.0.0-experimental-035a41c4e-20230704",
"react-dom": "0.0.0-experimental-035a41c4e-20230704",
"vinxi": "0.0.43"
"vinxi": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.21",
Expand Down

0 comments on commit 5ee5762

Please sign in to comment.