Skip to content

Commit

Permalink
Fix not working in dev db local
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte committed May 23, 2024
1 parent 7e572f0 commit c7a2382
Show file tree
Hide file tree
Showing 8 changed files with 6,563 additions and 8,896 deletions.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
// Enable the ESlint flat config support
// (remove this if your ESLint extension above v3.0.5)
"eslint.experimental.useFlatConfig": true,

// Disable the default formatter, use eslint instead
Expand All @@ -15,6 +16,7 @@
// Silent the stylistic rules in you IDE, but still auto fix them
"eslint.rules.customizations": [
{ "rule": "style/*", "severity": "off" },
{ "rule": "format/*", "severity": "off" },
{ "rule": "*-indent", "severity": "off" },
{ "rule": "*-spacing", "severity": "off" },
{ "rule": "*-spaces", "severity": "off" },
Expand All @@ -36,6 +38,11 @@
"markdown",
"json",
"jsonc",
"yaml"
"yaml",
"toml",
"xml",
"gql",
"graphql",
"astro"
]
}
10 changes: 5 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import antfu from '@antfu/eslint-config'
import withNuxt from './.nuxt/eslint.config.mjs'

export default withNuxt(
antfu({
unocss: true,
formatters: true,
files: ['**/*.ts', '**/*.vue', '**/*.md'],
}),
// antfu({
// unocss: true,
// formatters: true,
// files: ['**/*.ts', '**/*.vue', '**/*.md'],
// }),
)
6 changes: 0 additions & 6 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@ export default defineNuxtConfig({
database: true,
},

$development: {
hub: {
remote: true,
},
},

runtimeConfig: {
rpcUrl: '', // Set in .env
},
Expand Down
15,417 changes: 6,547 additions & 8,870 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion server/database/migrations/meta/0000_snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "6",
"dialect": "sqlite",
"id": "c24187fc-4b2a-49ec-ab03-673a037430e2",
"id": "caafded8-22a2-4023-a3f3-ddf9f7a6ac0a",
"prevId": "00000000-0000-0000-0000-000000000000",
"tables": {
"activity": {
Expand Down
4 changes: 2 additions & 2 deletions server/database/migrations/meta/_journal.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{
"idx": 0,
"version": "6",
"when": 1716471061910,
"tag": "0000_old_spectrum",
"when": 1716479136603,
"tag": "0000_medical_mordo",
"breakpoints": true
}
]
Expand Down
11 changes: 0 additions & 11 deletions server/plugins/seed.ts

This file was deleted.

0 comments on commit c7a2382

Please sign in to comment.