Skip to content

Commit

Permalink
Fixed some things
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff committed Feb 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 64d28ce commit 20c8e27
Showing 6 changed files with 4 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@
"autoprefixer": "^10.4.16",
"builtin-modules": "^3.3.0",
"bun-types": "latest",
"marked": "^11.2.0",
"obsidian": "^1.4.11",
"parse-ingredient": "^1.0.1",
"postcss": "^8.4.31",
3 changes: 3 additions & 0 deletions test_vault/.obsidian/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
workspace.json

plugins

10 changes: 0 additions & 10 deletions test_vault/.obsidian/plugins/obsidian-meals/manifest.json

This file was deleted.

2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import { PluginOption, defineConfig } from 'vite';
const setOutDir = (mode: string) => {
switch (mode) {
case 'development':
return './test_vault/.obsidian/plugins/obsidian-meals';
return './test_vault/.obsidian/plugins/tmayoff-meals';
case 'production':
return './build';
}

0 comments on commit 20c8e27

Please sign in to comment.