Skip to content

Commit

Permalink
feat: employ Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Dec 28, 2023
1 parent 9aa2e9f commit 055cd50
Show file tree
Hide file tree
Showing 45 changed files with 13,824 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{cjs,cpp,cts,dart,htm,html,js,json,json5,jsx,mjs,mts,pu,puml,rb,ts,tsx,vue,yaml,yml}]
indent_size = 2
indent_style = space

[*.{go,gradle,py}]
indent_size = 4
indent_style = space

[*.sh]
indent_size = 8
indent_style = space

[*.md]
max_line_length = off
trim_trailing_whitespace = false

[{Makefile,*.mk}]
indent_style = tab
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DATABASE_URL="file:./dev.sqlite3?connection_limit=1"
Loading

0 comments on commit 055cd50

Please sign in to comment.