add package lock

This commit is contained in:
vintro 2023-12-12 15:19:10 -05:00
parent 53bbcf1f13
commit 68d9eef336
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

8
package-lock.json generated
View File

@ -1,12 +1,20 @@
{ {
"name": "@jackyzha0/quartz", "name": "@jackyzha0/quartz",
<<<<<<< HEAD
"version": "4.1.2", "version": "4.1.2",
=======
"version": "4.1.0",
>>>>>>> f8d1298d (fix: missing field in config)
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@jackyzha0/quartz", "name": "@jackyzha0/quartz",
<<<<<<< HEAD
"version": "4.1.2", "version": "4.1.2",
=======
"version": "4.1.0",
>>>>>>> f8d1298d (fix: missing field in config)
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@clack/prompts": "^0.6.3", "@clack/prompts": "^0.6.3",

View File

@ -11,6 +11,7 @@ const config: QuartzConfig = {
}, },
baseUrl: "plasticlabs.ai", baseUrl: "plasticlabs.ai",
ignorePatterns: ["private", "templates"], ignorePatterns: ["private", "templates"],
defaultDateType: "created",
theme: { theme: {
typography: { typography: {
header: "Spectral", header: "Spectral",