mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
|
// prettier-ignore
|
||
|
Object.defineProperties ( exports , {
|
||
|
hello: {
|
||
|
value() {
|
||
|
return 'Hello World!'
|
||
|
}
|
||
|
}
|
||
|
})
|