Skip to content

Commit 3df385e

Browse files
authored
full rewrite - ES6 modernization
full rewrite - ES6 modernization
2 parents 3e6c4e6 + b303de4 commit 3df385e

File tree

266 files changed

+48858
-16911
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+48858
-16911
lines changed

.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
VITE_DOMAIN='https://text.0w.nz'
2+
VITE_UI_DIR='ui/'
3+
VITE_FONT_DIR='fonts/'
4+
VITE_WORKER_FILE='worker.js'

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.js text eol=lf
2+
*.md linguist-vendored=false
3+
*.md linguist-generated=false
4+
*.md linguist-documentation=false
5+
*.md linguist-detectable=true

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [xero]
2+
custom: [https://support.x-e.ro]

0 commit comments

Comments
 (0)