Skip to content

Commit

Permalink
delete build assets and update cors file
Browse files Browse the repository at this point in the history
  • Loading branch information
crysg committed Dec 19, 2024
1 parent 2c4ca33 commit c58ba57
Show file tree
Hide file tree
Showing 51 changed files with 8 additions and 841 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/.phpunit.cache
/node_modules
#/public/build
/public/build
/public/hot
/public/storage
/storage/*.key
Expand Down
8 changes: 7 additions & 1 deletion cors-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"method": ["GET", "HEAD", "OPTIONS"],
"responseHeader": ["Content-Type"],
"maxAgeSeconds": 3600
},
{
"origin": ["https://dev-frontend-961954531666.us-central1.run.app"],
"method": ["GET", "HEAD", "OPTIONS"],
"responseHeader": ["Content-Type"],
"maxAgeSeconds": 3600
}
]


1 change: 0 additions & 1 deletion public/build/assets/APITokenManager.1e38aef6.js

This file was deleted.

1 change: 0 additions & 1 deletion public/build/assets/ActionMessage.d93e87e7.js

This file was deleted.

1 change: 0 additions & 1 deletion public/build/assets/ActionSection.16ba94a3.js

This file was deleted.

1 change: 0 additions & 1 deletion public/build/assets/AppLayout.557f1118.js

This file was deleted.

1 change: 0 additions & 1 deletion public/build/assets/Checkbox.9d65d60d.js

This file was deleted.

1 change: 0 additions & 1 deletion public/build/assets/ConfirmPassword.6661c395.js

This file was deleted.

1 change: 0 additions & 1 deletion public/build/assets/ConfirmationModal.8c2e1fd1.js

This file was deleted.

1 change: 0 additions & 1 deletion public/build/assets/Create.d0b38014.js

This file was deleted.

Loading

0 comments on commit c58ba57

Please sign in to comment.