Skip to content

Commit

Permalink
Sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdz committed Jul 28, 2024
1 parent 9c231d6 commit 2fdee71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<script type="module" id="$startupCode">
window.global = {};
// import * as Tenko from '../node_modules/tenko/build/tenko.prod.mjs'; // works but github pages wont install npm packages first...
import * as Tenko from './lib/tenko.prod.mjs'
import * as Tenko from '../lib/tenko.prod.mjs'
import {TenkoError} from './error_tenko.mjs';
import {preval, helpers} from './index.mjs';
//import * as lint from '../src/lint.mjs';
Expand Down

0 comments on commit 2fdee71

Please sign in to comment.