Skip to content

Commit

Permalink
[FIX] Bumping dependencies to resolve missing autoprefixer module (#50)
Browse files Browse the repository at this point in the history
* [FIX] Cannot build container image #49

* Cleaning up .env.local

* Fixing DB SQL dump
  • Loading branch information
weeklyvillain committed Nov 30, 2023
1 parent 730c476 commit c73432c
Show file tree
Hide file tree
Showing 5 changed files with 5,798 additions and 16,050 deletions.
3 changes: 3 additions & 0 deletions .babel.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["next/babel"]
}
File renamed without changes.
2 changes: 1 addition & 1 deletion files/dump.sql
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,4 @@ CREATE TABLE settings (



INSERT INTO settings VALUES (true, 28, 22, ultrafast, ultrafast, 4, 4);
INSERT INTO settings VALUES (true, 28, 22, 'ultrafast', 'ultrafast', 4, 4);
Loading

0 comments on commit c73432c

Please sign in to comment.