Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
c39b293c84b08b706f862ce636444339488fa91d
/
.
/
predictions
/
vite.config.ts
blob: 16950342c1a41f60729f1abfcbbf67676c08e1bb [
file
] [
log
] [
blame
]
Filip Kujawa
3a0fbf3
2023-03-31 14:25:26 -0700
[
diff
] [
blame
]
1
import
{
sveltekit
}
from
'@sveltejs/kit/vite'
;
2
import
type
{
UserConfig
}
from
'vite'
;
3
4
const
config
:
UserConfig
=
{
5
plugins
:
[
sveltekit
()]
6
};
7
8
export
default
config
;