mirror of
https://codeberg.org/buzzcode2007/FCC-Project-URLShortener.git
synced 2025-05-21 03:06:34 +00:00
fix: replit issues (#49)
This commit is contained in:
parent
07ee3abc27
commit
e20a3a24d8
4 changed files with 1719 additions and 1372 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Tell Linguist to exclude HTML files to help Replit language detection.
|
||||
*.html linguist-vendored
|
1
.prettierignore
Normal file
1
.prettierignore
Normal file
|
@ -0,0 +1 @@
|
|||
.replit
|
10
.replit
10
.replit
|
@ -1,2 +1,10 @@
|
|||
run = "npm start"
|
||||
entrypoint = "index.js"
|
||||
|
||||
[packager]
|
||||
language = "nodejs"
|
||||
run = "npm run dev"
|
||||
|
||||
[packager.features]
|
||||
packageSearch = true
|
||||
guessImports = true
|
||||
enabledForHosting = false
|
3078
package-lock.json
generated
3078
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue