Skip to content

Commit 577b6b0

Browse files
Fixes to react ts starter (#173)
1 parent bdf177a commit 577b6b0

File tree

7 files changed

+702
-707
lines changed

7 files changed

+702
-707
lines changed

ts/react-starter/encore.app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "react-experiment-q92i",
2+
"id": "",
33
"lang": "typescript",
44
"build": {
55
"docker": {

ts/react-starter/package-lock.json

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

ts/react-starter/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "tsc -b && vite build",
8+
"build": "tsc -p tsconfig.app.json && vite build",
99
"lint": "eslint .",
1010
"preview": "vite preview",
11-
"gen": "encore gen client react-experiment-q92i --output=./src/lib/client.ts --env=local"
11+
"gen": "encore gen client --output=./src/lib/client.ts --env=local"
1212
},
1313
"dependencies": {
14-
"encore.dev": "^1.43.8",
15-
"js-cookie": "^3.0.5",
14+
"encore.dev": "^1.43.9",
1615
"react": "^18.3.1",
17-
"react-dom": "^18.3.1",
18-
"react-router-dom": "^6.16.0"
16+
"react-dom": "^18.3.1"
1917
},
2018
"devDependencies": {
2119
"@eslint/js": "^9.13.0",
22-
"@types/js-cookie": "^3.0.4",
2320
"@types/react": "^18.3.12",
2421
"@types/react-dom": "^18.3.1",
2522
"@vitejs/plugin-react": "^4.3.3",
@@ -32,6 +29,7 @@
3229
"tailwindcss": "^3.4.14",
3330
"typescript": "~5.6.2",
3431
"typescript-eslint": "^8.11.0",
35-
"vite": "^5.4.10"
32+
"vite": "^5.4.10",
33+
"vite-plugin-watch": "^0.3.1"
3634
}
3735
}

0 commit comments

Comments
 (0)