Skip to content

Commit e178870

Browse files
Merge pull request #19 from Supernova3339/1.0.5
1.0.5
2 parents 2830f6d + 3f3b66c commit e178870

160 files changed

Lines changed: 20464 additions & 6068 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(npm run build:*)",
5+
"mcp__next-devtools__init",
6+
"mcp__next-devtools__browser_eval"
7+
],
8+
"deny": [],
9+
"ask": []
10+
}
11+
}

.env.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ ANALYTICS_SALT=your-secure-random-salt-here
1818

1919
ENABLE_JOB_RUNNER # on development, this must be true if you want to work with scheduled jobs.
2020

21-
NEXT_PUBLIC_ENABLE_CUM # set this to false to disable the Changerawr Universal Markdown engine in the editor. It will still render elements, you just will not have the built-in toolset of CUM.
21+
NEXT_PUBLIC_ENABLE_CUM # set this to false to disable the Changerawr Universal Markdown engine in the editor. It will still render elements, you just will not have the built-in toolset of CUM.
22+
23+
NEXT_PUBLIC_SHOW_WWC_TOOLING # set this to true to enable all tooling
24+
25+
SHOW_TELEMETRY_LOGS # set this to true if debugging telemetry, used internally so do not touch this unless you absolutely know what you are doing

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ yarn-error.log*
3434

3535
# env files (can opt-in for committing if needed)
3636
.env
37+
.api-keys-for-development.sensitive.donotcommitthisever.env.local
3738

3839
# vercel
3940
.vercel
@@ -45,3 +46,22 @@ next-env.d.ts
4546
# mistral experiments
4647
/app/api/experiments/mistral-ai/chat/route.ts
4748
/app/experiments/mistral-ai/page.tsx
49+
50+
# widget build files
51+
/public/widgets
52+
53+
/public/widget-announcement.js
54+
/public/widget-bundle.js
55+
/public/widget-classic.js
56+
/public/widget-floating.js
57+
/public/widget-modal.js
58+
# mapping files ( generated )
59+
/public/widget-announcement.js.map
60+
/public/widget-bundle.js.map
61+
/public/widget-classic.js.map
62+
/public/widget-floating.js.map
63+
/public/widget-modal.js.map
64+
65+
# sensitive changerawr shenanigans
66+
.changerawr
67+
.changerawr/donotdeletethisfolder/donotdeletethisfile.chrcli.json

.idea/dataSources.xml

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/data_source_mapping.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/jsLibraryMappings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/sqldialects.xml

Lines changed: 1 addition & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)