We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37059cd commit de0712fCopy full SHA for de0712f
1 file changed
src/config/dist.js
@@ -6,6 +6,10 @@ let config = {
6
appEnv: 'dist', // feel free to remove the appEnv property here
7
apiBase: 'https://api.openframe.io/v0/',
8
crossStorageRules: [
9
+ {
10
+ origin: /localhost:3030$/,
11
+ allow: ['get']
12
+ },
13
{
14
origin: /editor\.thebookofshaders\.com$/,
15
allow: ['get']
0 commit comments