Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F49507252
vite.config.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
300 B
Referenced Files
None
Subscribers
None
vite.config.js
View Options
import
{
fileURLToPath
,
URL
}
from
'node:url'
import
{
defineConfig
}
from
'vite'
import
vue
from
'@vitejs/plugin-vue'
// https://vitejs.dev/config/
export
default
defineConfig
({
plugins
:
[
vue
()],
resolve
:
{
alias
:
{
'@'
:
fileURLToPath
(
new
URL
(
'./src'
,
import
.
meta
.
url
))
}
}
})
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Sep 14, 16:10 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4066942
Default Alt Text
vite.config.js (300 B)
Attached To
Mode
rSP ServPulse
Attached
Detach File
Event Timeline
Log In to Comment