Skip to content

Commit 5b9a148

Browse files
committed
chore: remove vinxi from the start-workos example
1 parent c1fdc50 commit 5b9a148

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

examples/react/start-workos/app.config.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

examples/react/start-workos/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"dev": "vinxi dev",
9-
"build": "vinxi build",
10-
"start": "vinxi start"
8+
"dev": "vite dev",
9+
"build": "vite build",
10+
"start": "vite start"
1111
},
1212
"keywords": [],
1313
"author": "",
14-
"license": "ISC",
14+
"license": "MIT",
1515
"dependencies": {
1616
"@radix-ui/themes": "^3.2.1",
1717
"@tanstack/react-router": "^1.115.2",
@@ -22,7 +22,7 @@
2222
"jose": "^6.0.10",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0",
25-
"vinxi": "0.5.3"
25+
"vite": "6.1.0"
2626
},
2727
"devDependencies": {
2828
"@types/react": "^19.0.8",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import { defineConfig } from 'vite';
2+
import tsConfigPaths from 'vite-tsconfig-paths';
3+
import { TanStackStartVitePlugin } from '@tanstack/react-start/plugin';
4+
5+
export default defineConfig({
6+
server: {
7+
port: 3000,
8+
},
9+
plugins: [
10+
tsConfigPaths({
11+
projects: ['./tsconfig.json'],
12+
}),
13+
TanStackStartVitePlugin(),
14+
],
15+
});

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)