We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ecd36 commit b90c338Copy full SHA for b90c338
webapp/bridge.js
@@ -122,7 +122,6 @@ function migrateBufferFileToLibrary() {
122
}
123
migrateBufferFileToLibrary()
124
125
-
126
const Heynote = {
127
platform: platform,
128
defaultFontFamily: "Hack",
webapp/vite.config.js
@@ -26,7 +26,6 @@ const middleware = () => {
26
27
28
29
30
// https://vitejs.dev/config/
31
export default defineConfig({
32
publicDir: "../public",
@@ -54,5 +53,6 @@ export default defineConfig({
54
53
define: {
55
'__APP_VERSION__': JSON.stringify(process.env.npm_package_version),
56
'__GIT_HASH__': JSON.stringify(child.execSync('git rev-parse --short HEAD').toString().trim()),
+ '__TESTS__': process.env.HEYNOTE_TESTS,
57
},
58
})
0 commit comments