This commit is contained in:
d7sd6u 2025-03-06 17:39:23 +04:00
parent 07d41de5e3
commit ba52fdeca8
3 changed files with 2 additions and 11 deletions

View file

@ -8,7 +8,7 @@ if you want to view the source, please visit the github repository of this plugi
*/
`;
const prod = process.argv[3] === "production";
const prod = process.argv[2] === "production";
const context = await esbuild.context({
banner: {

View file

@ -2,7 +2,7 @@
"id": "crosslink-advanced",
"name": "Crosslink Advanced",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"minAppVersion": "1.8.0",
"description": "Tag files using folders and symlinks system (ftags).",
"author": "d7sd6u",
"authorUrl": "https://github.com/d7sd6u",

View file

@ -1,12 +1,3 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.prompt-input-cta {
padding: var(--size-4-3);
gap: var(--size-4-1);