switch to sqlite, generate new project as 'quip'

This commit is contained in:
2024-09-02 19:47:01 -04:00
parent 3e77cb13b2
commit f5c2b7d67e
47 changed files with 220 additions and 231 deletions

View File

@@ -8,8 +8,8 @@ const path = require("path")
module.exports = {
content: [
"./js/**/*.js",
"../lib/phoenix_test_web.ex",
"../lib/phoenix_test_web/**/*.*ex"
"../lib/quip_web.ex",
"../lib/quip_web/**/*.*ex"
],
theme: {
extend: {