blob: 0aaef373547388182bec32f2585f13dff447be61 [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371// Copyright 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
Tim van der Lippee894e9c2020-03-04 17:00:414import './shell.js';
Tim van der Lippe6d51bf02020-03-18 12:15:145import {startApplication} from './RuntimeInstantiator.js';
Blink Reformat4c46d092018-04-07 15:32:376
Tim van der Lippe6d51bf02020-03-18 12:15:147startApplication('node_app');