Skip to content

Commit

Permalink
replace component lib (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmortar authored Aug 8, 2024
1 parent e4309f7 commit 4039551
Show file tree
Hide file tree
Showing 66 changed files with 7,638 additions and 3,571 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DB_URL="file:./dev.db"
DATABASE_URL="file:./dev.db"
NODE_ENV="development"
SESSION_SECRET="your secret key"
PORT=3000
Expand Down
2 changes: 1 addition & 1 deletion .env.test.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DB_URL="file:./test.db"
DATABASE_URL="file:./test.db"
NODE_ENV="test"
SESSION_SECRET="test"
PORT=9999
Expand Down
13 changes: 12 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"cSpell.words": ["resave"]
"cSpell.words": [
"anatine",
"flowbite",
"htmx",
"kitajs",
"opentelemetry",
"picocolors",
"pino",
"resave",
"signup",
"tailwindcss"
]
}
16 changes: 16 additions & 0 deletions generated/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,24 @@ export type I18nTranslations = {
"sign_in": string;
"register": string;
"profile": string;
"twitter": string;
"github": string;
"facebook": string;
"linkedin": string;
"instagram": string;
};
"nav": {
"sr-button": string;
"home": string;
"sign-in": string;
"register": string;
"profile": string;
"contact": string;
};
"app_name": string;
"company_name": string;
"company_url": string;
"rights": string;
"welcome": string;
"description": string;
};
Expand Down
Loading

0 comments on commit 4039551

Please sign in to comment.