File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " backend" ,
3
3
"version" : " 0.0.0" ,
4
+ "private" : true ,
4
5
"type" : " module" ,
5
6
"scripts" : {
6
7
"pull" : " supabase db pull --local --schema auth --schema storage" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mockup" ,
3
3
"version" : " 0.0.0" ,
4
+ "private" : true ,
4
5
"type" : " module" ,
5
6
"scripts" : {
6
7
"build" : " tailwindcss -i ./app.css -o ./public/styles.css --minify" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " web" ,
3
3
"version" : " 0.0.0" ,
4
+ "private" : true ,
4
5
"type" : " module" ,
5
6
"scripts" : {
6
7
"generate:supabase-types" : " node ./commands/supabase-types.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @repo/eslint-config" ,
3
3
"version" : " 0.0.0" ,
4
+ "private" : true ,
4
5
"type" : " module" ,
5
6
"exports" : {
6
7
"." : " ./eslint.config.js"
You can’t perform that action at this time.
0 commit comments