mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 09:34:50 +00:00
Migrate to Turborepo (#1251)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import dayjs from 'dayjs'
|
||||
|
||||
export default defineNuxtPlugin(() => {
|
||||
return {
|
||||
provide: {
|
||||
dayjs,
|
||||
},
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user