๐Ÿ“ฆ threepointone / vite-react-sammmmm

๐Ÿ“„ wrangler.json ยท 16 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16{
  "$schema": "node_modules/wrangler/config-schema.json",
  "name": "vite-react-sammmmm",
  "main": "./src/worker/index.ts",
  "compatibility_date": "2025-10-08",
  "compatibility_flags": ["nodejs_compat"],
  "observability": {
    "enabled": true
  },
  "upload_source_maps": true,
  "assets": {
    "directory": "./dist/client",
    "not_found_handling": "single-page-application"
  }
}