@playpilot/tpi 6.11.0 → 7.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env CHANGED
@@ -1,2 +1,3 @@
1
1
  PUBLIC_META_PIXEL_ID=1304688689641511
2
2
  PUBLIC_TIKTOK_ID=
3
+ DOTENV_CONFIG_QUIET=true
package/build.html ADDED
@@ -0,0 +1,18 @@
1
+ <!--
2
+ This file is used while working on the main/mount.ts, which aren't used when running with `npm run dev`.
3
+ Use `npm run dev-build` instead, and navigate to localhost:3000/build.html.
4
+ -->
5
+ <!doctype html>
6
+ <html lang="en">
7
+ <head>
8
+ <meta charset="UTF-8" />
9
+ <meta property="article:modified_time" content="2025-05-16T20:00:00+00:00" />
10
+ <meta property="article:published_time" content="2025-05-16T20:00:00+00:00" />
11
+
12
+ <style>body { background: #111; color: #ccc }</style>
13
+ </head>
14
+ <body>
15
+ <main>Dune: Part Two is the second movie in the Dune trilogy.</main>
16
+ <script type="module" src="./dist/link-injections.js" onload="window.PlayPilotLinkInjections.initialize({ token: 'ZoAL14yqzevMyQiwckbvyetOkeIUeEDN' })"></script>
17
+ </body>
18
+ </html>