this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

autoremoved file?

-12
-12
__unconfig_iles.config.ts
··· 1 - 2 - let __unconfig_data; 3 - let __unconfig_stub = function (data = {}) { __unconfig_data = data }; 4 - __unconfig_stub.default = (data = {}) => { __unconfig_data = data }; 5 - import { defineConfig } from "iles"; 6 - 7 - const __unconfig_default = defineConfig({ 8 - siteUrl: "https://juliencalixte.eu", 9 - modules: ["@islands/headings"], 10 - }); 11 - 12 - if (typeof __unconfig_default === "function") __unconfig_default(...[{"command":"serve","mode":"development"}]);export default __unconfig_data;