Sign in
fuchsia
/
third_party
/
github.com
/
astral-sh
/
ruff
/
refs/heads/upstream/pythonplusplus
/
.
/
playground
/
vite.config.ts
blob: d366e8c8d7caf02d1818ec2c3bae47fabadcff93 [
file
] [
log
] [
blame
] [
edit
]
import
{
defineConfig
}
from
"vite"
;
import
react
from
"@vitejs/plugin-react-swc"
;
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
:
[
react
()],
});