You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/client/web
Ross Zurowski e83e2e881b
client/web: fix Vite CJS deprecation warning (#11288)
Starting in Vite 5, Vite now issues a deprecation warning when using
a CJS-based Vite config file. This commit fixes it by adding the
`"type": "module"` to our package.json to opt our files into ESM module
behaviours.

Fixes #cleanup

Signed-off-by: Ross Zurowski <ross@rosszurowski.com>
5 months ago
..
build
src client/web: update to typescript 5.3.3 (#11267) 5 months ago
assets.go
auth.go client/web: use grants on web UI frontend 5 months ago
index.html
package.json client/web: fix Vite CJS deprecation warning (#11288) 5 months ago
qnap.go
styles.json
synology.go
tailwind.config.js client/web: fix Vite CJS deprecation warning (#11288) 5 months ago
tsconfig.json client/web: update vite and vitest to latest versions (#11200) 5 months ago
vite.config.ts client/web: update vite and vitest to latest versions (#11200) 5 months ago
web.go client/web: use grants on web UI frontend 5 months ago
web_test.go client/web: use grants on web UI frontend 5 months ago
yarn.lock client/web: update to typescript 5.3.3 (#11267) 5 months ago