This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { defineConfig } from 'astro/config'; | |
| import netlify from '@astrojs/netlify'; | |
| import path from 'path'; | |
| import fs from 'fs'; | |
| import { injectManifest } from 'workbox-build'; | |
| import { build } from "esbuild"; | |
| import { createRequire } from 'module'; | |
| const require = createRequire(import.meta.url); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import fs from "fs"; | |
| import path from "path"; | |
| import { pathToFileURL, fileURLToPath } from "url"; | |
| import { builtinModules } from "module"; | |
| import { init, parse } from "es-module-lexer"; | |
| import { moduleResolve } from "import-meta-resolve"; | |
| class ModuleGraph { | |
| /** | |
| * @param {string} basePath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import fs from "fs"; | |
| import path from "path"; | |
| import { pathToFileURL, fileURLToPath } from "url"; | |
| import { builtinModules } from "module"; | |
| import { init, parse } from "es-module-lexer"; | |
| import { moduleResolve } from "import-meta-resolve"; | |
| /** | |
| * @param {string} specifier | |
| * @returns {boolean} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { pathToFileURL } from 'url'; | |
| import { createModuleGraph } from '@thepassle/module-graph'; | |
| import { nodeResolve } from '@rollup/plugin-node-resolve'; | |
| function createResolve(resolveOptions = {}) { | |
| const r = nodeResolve(resolveOptions); | |
| return { | |
| resolve() { | |
| return null; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "date": "2025-04-21T14:34:43.936Z", | |
| "script": "Trouble Brewing", | |
| "result": "win", | |
| "players": [ | |
| { | |
| "tokens": [], | |
| "me": true, | |
| "name": "pascal", | |
| "id": "2bab8c99-5c33-49ea-a3e7-39085b97fe7a", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Privacy Policy for The Grim Extension | |
| Effective Date: 29-04-2025 | |
| The Grim Extension ("the Extension") does not collect, use, or share any personal data or user information. | |
| Data Collection | |
| The Extension temporarily stores the following data: | |
| Game State: Information about the current state of the game. | |
| - Usernames: Names of the players participating in the game. | |
| - This data is stored only temporarily for a maximum of 5 minutes to facilitate gameplay features. |
OlderNewer