mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix import + update build task
This commit is contained in:
parent
818cd9044b
commit
9aaaa755c7
@ -13,7 +13,7 @@
|
||||
"snapshot": "vitest run -u --silent",
|
||||
"repl": "cd website && npm run dev",
|
||||
"osc": "cd packages/osc && npm run server",
|
||||
"build": "rm -rf out && cd repl && npm run build && cd ../tutorial && npm run build",
|
||||
"build": "cd website && npm run build",
|
||||
"preview": "npx serve ./out",
|
||||
"deploy": "NODE_DEBUG=gh-pages gh-pages -d out",
|
||||
"jsdoc": "jsdoc packages/ -c jsdoc.config.json",
|
||||
|
||||
@ -21,7 +21,7 @@ import './Repl.css';
|
||||
import { Footer } from './Footer';
|
||||
import { Header } from './Header';
|
||||
import { prebake } from './prebake.mjs';
|
||||
import * as tunes from '../../../tunes.mjs';
|
||||
import * as tunes from './tunes.mjs';
|
||||
|
||||
initAudioOnFirstClick();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user