mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
refactor: centralize project validation and nags into validation rules
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
"types": "./index.ts",
|
||||
"default": "./index.ts"
|
||||
},
|
||||
"./i18n": {
|
||||
"types": "./src/composables/i18n.ts",
|
||||
"default": "./src/composables/i18n.ts"
|
||||
},
|
||||
"./pages": {
|
||||
"types": "./src/pages/index.ts",
|
||||
"default": "./src/pages/index.ts"
|
||||
|
||||
Reference in New Issue
Block a user