adds setup for mightymeld
This commit is contained in:
parent
7627f9c5a7
commit
6a063084f5
2
.gitignore
vendored
2
.gitignore
vendored
@ -52,3 +52,5 @@ site*/
|
||||
|
||||
# venv
|
||||
.venv/
|
||||
|
||||
mightymeld.secrets
|
||||
10
mightymeld.json
Normal file
10
mightymeld.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"run": "npm run dev",
|
||||
"run_prettier": false,
|
||||
"include": [
|
||||
"src"
|
||||
],
|
||||
"web_server_url": "http://localhost:3000",
|
||||
"editor": "url:vscode://file/%FILENAME:%LINE:%COLUMN",
|
||||
"tailwind": true
|
||||
}
|
||||
@ -43,6 +43,7 @@
|
||||
"xml-js": "^1.6.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mightymeld/runtime": "^0.1.50",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"eslint": "^8.57.0",
|
||||
|
||||
681
pnpm-lock.yaml
681
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -27,6 +27,7 @@ import ErrorBoundary from "components/errorboundry";
|
||||
import themes from "utils/styles/themes";
|
||||
import QuickLaunch from "components/quicklaunch";
|
||||
import { getStoredProvider, searchProviders } from "components/widgets/search/search";
|
||||
import '@mightymeld/runtime/mightymeld';
|
||||
|
||||
const ThemeToggle = dynamic(() => import("components/toggles/theme"), {
|
||||
ssr: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user