Skip to content

Commit

Permalink
feat: Console
Browse files Browse the repository at this point in the history
Update arguments-builder.config.ts
Update response.dev.js
Update response.js
  • Loading branch information
VirgilClyne committed Dec 5, 2024
1 parent de2f04f commit c00de16
Show file tree
Hide file tree
Showing 11 changed files with 2,362 additions and 2,133 deletions.
10 changes: 5 additions & 5 deletions arguments-builder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ import { defineConfig } from "@iringo/arguments-builder";
export default defineConfig({
output: {
surge: {
path: "./dist/WeatherKit.sgmodule",
path: "./dist/iRingo.WeatherKit.sgmodule",
transformEgern: {
enable: true,
path: "./dist/WeatherKit.yaml",
path: "./dist/iRingo.WeatherKit.yaml",
},
},
loon: {
path: "./dist/WeatherKit.plugin",
path: "./dist/iRingo.WeatherKit.plugin",
},
customItems: [
{
path: "./dist/WeatherKit.snippet",
path: "./dist/iRingo.WeatherKit.snippet",
template: "./template/quantumultx.handlebars",
},
{
path: "./dist/WeatherKit.stoverride",
path: "./dist/iRingo.WeatherKit.stoverride",
template: "./template/stash.handlebars",
},
],
Expand Down
Loading

0 comments on commit c00de16

Please sign in to comment.