@compiiile/compiiile 2.18.7 → 2.18.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.compiiileignore +1 -0
- package/bin/config.js +3 -2
- package/dist/style.css +1 -1
- package/package.json +26 -29
- package/.compiiile/components.d.ts +0 -23
- package/.compiiile/public/stonk.jpeg +0 -0
- package/.compiiile/src/stonk.jpeg +0 -0
- package/.compiiile/stonk.jpeg +0 -0
- package/stonk.jpeg +0 -0
- package/test/stonk.jpeg +0 -0
package/.compiiileignore
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# "test": "COMPIIILE_PRO_ENV=local compiiile-pro preview"
|
package/bin/config.js
CHANGED
|
@@ -10,7 +10,7 @@ import sitemap from "@astrojs/sitemap"
|
|
|
10
10
|
|
|
11
11
|
// Making sure fonts are accessible by vite's server
|
|
12
12
|
import { createRequire } from "node:module"
|
|
13
|
-
import { packageDirectory } from "
|
|
13
|
+
import { packageDirectory } from "package-directory"
|
|
14
14
|
|
|
15
15
|
import { loadConfig } from "./loadConfig.js"
|
|
16
16
|
|
|
@@ -78,7 +78,8 @@ const astroConfig = {
|
|
|
78
78
|
"fzf",
|
|
79
79
|
"@astrojs/internal-helpers",
|
|
80
80
|
"mrmime",
|
|
81
|
-
"zod"
|
|
81
|
+
"zod",
|
|
82
|
+
"entities"
|
|
82
83
|
)
|
|
83
84
|
}
|
|
84
85
|
}
|